7 lines
53 B
Plaintext
7 lines
53 B
Plaintext
#Variable Test
|
|
a = 1
|
|
a = "WELCOME!"
|
|
#a = 1
|
|
|
|
print(a)
|