Variables



examples/basics/hello_variable.py
greeting = "Hello World!"
print(greeting)