ch 5 variable

 number1=2

print(number1)

number2=3

print(number2)

variable can't start with the number 

variable can start with the letter,_

user_one_name       #     this is snake case writing

User One Name       #    this is camel case writing

Comments