Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- i = 0
- while i < 1:
- text = str(input())
- a = text.upper()
- print(a);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement