what is variable and how you declare variable in python code example
Example: declaring variables in python
my_name = "your name here "# you can add perenthisis
print(my_name)
my_name = "your name here "# you can add perenthisis
print(my_name)