variable* python variable code example
Example 1: declaring variables in python
my_name = "your name here "# you can add perenthisis
print(my_name)
Example 2: vars python
>>> vars(dict)
my_name = "your name here "# you can add perenthisis
print(my_name)
>>> vars(dict)