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 #83
According to the official os.system documentation, subprocess is recommanded for spawning new processes and retrieving their results. See the source for detailed examples. (docs.python.org/3/library/os.html#os.system)
Which module is recommended to call an external command from Python?
— The Python Quiz (@thepythonquiz) June 14, 2020
subprocess
os.system#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅