4 lines
74 B
Python
4 lines
74 B
Python
print('Homer'.lower())
|
|
print('Homer'.upper())
|
|
print('homer'.capitalize())
|