print("File mode in the python")
"""
"r"- reading the file
"w" - writing the file in python
"t" - text mode in the file
"X" - file is not exist then create
a - add file content to the last of the file
b- binary mode in the python file
+ - read plus write the file in the python
"""
Thanks you for commenting your questions. I will see question and respond you.