Answers for "what is == in making var in python?"

1

how to make a variable in python

hello = "hi there"
print(hello)
Posted by: Guest on December-06-2021
0

how to make a variable in python

integer = 4 #int
string = "STRING" #string
boolean = True #Boolean. Can set it to False, too
Posted by: Guest on May-13-2021

Python Answers by Framework

Browse Popular Code Answers by Language