the-honk/school/gcse/year 9/python challenges/15 - To Lower Case.py
2021-12-21 19:46:28 +00:00

2 lines
No EOL
70 B
Python

sentence = input('Please input a sentence')
print(str.lower(sentence))