Write a python script in python asking users for a string and then print it in all uppercase.
Answers
Answered by
2
Answer:
s=input('Enter a string: ')
print('String in Upper case: ',s.upper())
Similar questions
Hindi,
3 months ago
French,
3 months ago
India Languages,
8 months ago
English,
8 months ago
Chemistry,
1 year ago