the-honk/school/gcse/year 9/python challenges/12 - Sentence To Uppercase.py
2024-10-09 18:02:36 +01:00

1 line
No EOL
51 B
Python

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