+1 vote
in Python by

What are variables in Python?

1 Answer

0 votes
by

Variables in Python are used to store values. They are declared by assigning a value to a name.

...