4 lines
58 B
Text
4 lines
58 B
Text
|
|
str = "alphaBETA"
|
||
|
|
print (toUpper str)
|
||
|
|
print (toLower str)
|