Quiz: Basic Input and Output in Python
Interactive Quiz ⋅ 5 Questions
By Martin Breuss
In this quiz, you’ll test your understanding of how to use Python’s built-in functions input()
and print()
for basic input and output operations.
You’ll also revisit how to use readline
to improve the user experience when collecting input, and how to format output using the sep
and end
keyword arguments of print()
.
The quiz contains 5 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum