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