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 #27
print() prints a Python objects in the console. input() takes an user imput from the keyboard and assigns it to a variable. (quora.com/What-is-the-difference-between-print-and-input-...)
What is the difference between print() and input()?
— The Python Quiz (@thepythonquiz) May 27, 2020
input() requires the user to type in text.
print() requires the user to type in text.#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅