the-honk/school/gcse/year 9/python challenges/12 - Sentence To Uppercase.py

1 line
51 B
Python
Raw Normal View History

2024-10-09 17:02:27 +00:00
print(str.upper(input('Please input a sentence.')))