4 lines
64 B
Text
4 lines
64 B
Text
|
|
V s = ‘alphaBETA’
|
|||
|
|
print(s.uppercase())
|
|||
|
|
print(s.lowercase())
|