2 lines
No EOL
70 B
Python
2 lines
No EOL
70 B
Python
sentence = input('Please input a sentence')
|
|
print(str.lower(sentence)) |