0
How to use text.lower()
https://code.sololearn.com/cw52tWH2fWH0/?ref=app #another question #where can i use text.lower() in this code ?
2 Answers
+ 8
How about this?
text = input().lower()
+ 2
Oo thank you my friend đ
https://code.sololearn.com/cw52tWH2fWH0/?ref=app #another question #where can i use text.lower() in this code ?