mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
5 lines
112 B
Python
5 lines
112 B
Python
print("".lower())
|
|
print(" t\tn\nr\rv\vf\f".upper())
|
|
print(" T E S T".lower())
|
|
print("*@a1b2cabc_[]/\\".upper())
|