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 #623
with open("testfile.txt") as file:
data = file.read()
open() is simply a function. with is a context manager. (pythonforbeginners.com/cheatsheet/python-file-handling#:~...)
Question difficulty: 🔵🔵🔵🔵🔵