Answers for "declaring var in python"

0

how to create a variable in python

my_name = "your name here "# you can add perenthisis
print(my_name)
Posted by: Guest on July-19-2021

Python Answers by Framework

Browse Popular Code Answers by Language