Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Nead help with my calculator program- getting syntax error
Post: RE: Nead help with my calculator program- getting ...

Thank you. I did it that way because I thought it might solve the syntax error, but of course, it didn’t, it just moved it to another place.
FantasyCookie17 General Coding Help 2 2,606 Aug-29-2018, 04:25 AM
    Thread: Nead help with my calculator program- getting syntax error
Post: Nead help with my calculator program- getting synt...

s=0 a=float(input("Enter number.")) b=input("Enter +, -, x, *, / or :.") if b=="-": s=a-c c=float(input("Enter number") if b=="+": c=float(input("Enter number") s=a+c if b=="x" or "...
FantasyCookie17 General Coding Help 2 2,606 Aug-28-2018, 08:01 PM

User Panel Messages

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