Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Conditional
Post: RE: Conditional

Thank you!!!
erestum General Coding Help 3 1,909 Jan-13-2021, 06:56 PM
    Thread: Conditional
Post: RE: Conditional

(Jan-13-2021, 06:53 PM)bowlofred Wrote: This is a precedence issue. Your if statement is parsed as: if (answer == "y") or ("Y"):Answer == "y" may not be true, but "Y" is always true. Your test sh...
erestum General Coding Help 3 1,909 Jan-13-2021, 06:56 PM
    Thread: Conditional
Post: Conditional

I am trying to design a condition yes/no statement questions and I cannot figure out what I am doing wrong :( name = input("What is your name? ") print ("Hello " + name + ", nice to meet you. ") answe...
erestum General Coding Help 3 1,909 Jan-13-2021, 06:48 PM

User Panel Messages

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