Answer the question
In order to leave comments, you need to log in
How are the arguments of the open() function decoded?
Greetings
In Python there is an open() function and the function has opening methods:
r - read (read)
w - write (write)
a - add (append)
x - create and write (?)
+ others
I don't understand why "x". How is it deciphered or not?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question