Program to enter a string and convert it into uppercase python
Answers
Answered by
0
str=input("enter a string")
print(str.upper())
Similar questions
Math,
7 months ago
Math,
7 months ago
Math,
7 months ago
Business Studies,
1 year ago
Physics,
1 year ago