All problems
EasyStrings
Upper and lower case
Print "Hello India" in upper case and in lower case.
- #strings
- #case
Sample input
"Hello India"
Sample output
HELLO INDIA hello india
string-upper-lower.py
Output
Press "Run code" to execute.
Loading…
Print "Hello India" in upper case and in lower case.
"Hello India"
HELLO INDIA hello india
Press "Run code" to execute.