The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #442
t+ is not a valid file handling mode. The valid modes are r ,rb , r+ , rb+ , w , wb , w+ , wb+ , a , ab , a+ and ab+ . (tutorialsteacher.com/python/python-read-write-file)
Which one is not a correct file handling mode?
— The Python Quiz (@thepythonquiz) January 2, 2021
r
b
t+
wb+
ab+#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅