Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Ask again if wrong guess with While.
Post: RE: Ask again if wrong guess with While.

Oh Thank you, i got it work now. Is there another way to do it more simple than name = "Ed" while name: guess = input("what is the name") if guess != name: print(guess, 'is wrong') ...
EduPy General Coding Help 4 2,268 Oct-21-2021, 07:10 PM
    Thread: Ask again if wrong guess with While.
Post: Ask again if wrong guess with While.

Hi I'm learning python and exercising the loop function with while. I would like to make a code that ask me to input the name again if it's wrong.. with no limit of tries. name = "Ed" guess = input...
EduPy General Coding Help 4 2,268 Oct-21-2021, 04:43 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020