the-honk/school/a-level/homework/fundementals/indoor voice.py

4 lines
73 B
Python
Raw Normal View History

text = input('Please enter some text: ')
text = text.lower()
print(text)