#Hey, need a quick help

5 messages · Page 1 of 1 (latest)

naive sparrow
#

So that my code. I'm making a guessing game project. I pretty much got everything done but i wanted to add If the user guessed a wrong number It will appear "Incorrected, do you want to keep playing Y/N if Y continue If N then it end" can someone help me?

young solar
#

Try using another while loop

simple peak
#

just print that

#

then call input again, and then compare it with N. if it's N, you break.

#

well, you should consider how you want to handle invalid input (like :))