the-honk/coursework/gcse computer science/year 9/python/python challenges/12 - Sentence To Uppercase.py
2021-07-16 17:25:04 +01:00

1 line
No EOL
51 B
Python

print(str.upper(input('Please input a sentence.')))