demo_string_var.py:
a = "Hello" print(a)
➜ begtut>python demo_string_var.py
Hello