Python Flashcards

1
Q

What does the function input() do?

A

It reads input from the user into a variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What type of function is print(f”…”)?

A

A formatted print funtion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly