Result Size:
625 x 571
demo_string_var.py:
a = "Hello" print(a)
x
a
=
"Hello"
print
(
a
)
C:\Users\My Name>python demo_string_var.py
Hello