asked 202k views
24 votes
The variable points stores data that the user has input. what is the data type of this variable?

asked
User Gord
by
8.8k points

2 Answers

8 votes
The answer is integer
8 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:

answered
User Smamatti
by
8.5k points

No related questions found