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 Respostas
+ 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 ?