demo_string1.py:
a = "Hello, World!" print(a[1])
➜ begtut>python demo_string1.py
e