Answers for "definig variable in python"

1

python variables

#Varibles Guide:
a = 5 #NUMBER
b = "Varibles!" #STRING
c = True #BOOLEN  Hey, this is an edit, sorry for having it as true not True, caps matter.
d = False #BOOLEN Hey, this is an edit, sorry for having it as false not False, caps matter.
Posted by: Guest on June-21-2020

Python Answers by Framework

Browse Popular Code Answers by Language