6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
#Upper Case and Lower Case
|
|
a = 1
|
|
A = True
|
|
b = A
|
|
print(b)
|