arithmetic Flashcards
(2 cards)
1
Q
what is the data type int(input() asking for
A
a number
2
Q
what is the data type str(input() asking for
A
a string of characters.(don’t need to add the str as it’s naturally asking for a string)