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 #890
A read–eval–print loop (REPL), also termed an interactive toplevel or language shell, is a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user. (en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop)
In the Python world, what does REPL stand for?
— The Python Quiz (@thepythonquiz) July 7, 2021
read–eval–parse loop
read–eval–print loop
read-execute-parse loop
read-execute-print loop
👇 Comment the answer, like and retweet! #python
Question difficulty: 🔵🔵🔵🔵🔵