-
Notifications
You must be signed in to change notification settings - Fork 0
Chapter 2
Jarlin Almanzar edited this page Oct 22, 2019
·
16 revisions
Contain
- Only letters
- Only numbers
- Only underscores
- Can start with an underscore or letters, not numbers
Can't Contain
- spaces
- keywords
- function names
variable_name = variable_value
#variable
message = "Hello World"
print(message)