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

6 lines
57 B
Plaintext

#Upper Case and Lower Case
a = 1
A = True
b = A
print(b)