484,454 views
39 votes
39 votes
The variable points stores data that the user has input. what is the data type of this variable?

User Fojeeck
by
2.9k points

2 Answers

27 votes
27 votes
The answer is integer
User Myrcutio
by
2.9k points
12 votes
12 votes

Answer:

Each variable has a name, a value, and a type. The value might change over time, and that's why its “variable.” Many variables store numbers and strings, like the ones above. Variables can also store other types of data, like lists, dictionaries, and Boolean values

Step-by-step explanation:

User Andrii Krupka
by
2.5k points