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

1 line
51 B
Python
Raw Permalink Normal View History

2021-05-28 20:38:55 +00:00
print(str.upper(input('Please input a sentence.')))