Files
2023-11-06 11:47:56 +08:00

7 lines
53 B
Plaintext

#Variable Test
a = 1
a = "WELCOME!"
#a = 1
print(a)