how to define int var in python function 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)