Python Flashcards
1
Q
What does the function input() do?
A
It reads input from the user into a variable.
2
Q
What type of function is print(f”…”)?
A
A formatted print funtion
What does the function input() do?
It reads input from the user into a variable.
What type of function is print(f”…”)?
A formatted print funtion