Cant use some code that I could use earlier
I am new to replit and python. All I knew was how to use input() I looked up tutorials on youtube and figured out you can check what the player put into that via .lower in a if statement. I used this a lot and it worked. But now it all of a sudden just stops playing whenever I try to type anything. Did I do something wrong?
Voters
You need to use
.lower()
, not.lower
... you were close though!@MrVoo Thank you so much! Have a good day/night.