Starter Quiz
Question 1 of 6
1
of 6
Match the Python function to its purpose
Click and drag answers to change the order, or select using
↹
Tab
then move by pressing
Space
and the
↑
↓
arrows on your keyboard.
takes user input
converts a string to an integer
converts text to lowercase
displays output on the screen
input()
int()
lower()
print()
Think about how you have used these statements in programs.
Need a hint?
Check