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

score = 0 print("Question 1") a1 = input("How many countries does Germany border?") if a1 == "9": print("Correct, 1 point added!") score += 1 else: print("Incorrect") print("Question 2") a...
jslack17 General Coding Help 5 2,443 May-04-2021, 12:09 PM
    Thread: Quiz help
Post: RE: Quiz help

(May-04-2021, 11:49 AM)Yoriz Wrote: See Multiple expressions with "or" keyword and Validating User Input hi, not sure how this helps me
jslack17 General Coding Help 5 2,443 May-04-2021, 12:08 PM
    Thread: Quiz help
Post: Quiz help

Hi all, Im currently trying to learn python in my spare time, im trying to create a quiz but i am having some trouble getting my las question to work correctly. for a10_1 i can answer with any input...
jslack17 General Coding Help 5 2,443 May-04-2021, 11:38 AM

User Panel Messages

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