Skip to content

Chapter 2

Jarlin Almanzar edited this page Oct 22, 2019 · 16 revisions

Variables and Simple Data Types

variable_name = variable_value

Variable String Example

#variable
message = "Hello World"
print(message)

Clone this wiki locally