Python Flashcards

Reminder (1 cards)

1
Q

How would you take and print a user’s name?

A

name = input(“Name: “)
print(name)

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