file handling in the python mode

technical talkiess
0

 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
"""
Tags

Post a Comment

0Comments

Thanks you for commenting your questions. I will see question and respond you.

Post a Comment (0)