+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.

Related questions

0 votes
asked May 16, 2020 in Python by Robindeniel
0 votes
asked Jun 11, 2020 in Python by Robindeniel
...