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

User Gord
by
3.8k points

2 Answers

8 votes
The answer is integer
User Hossein Sedighian
by
4.0k points
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:

User Smamatti
by
3.7k points