NEW YEARS’ SPECIAL!

Happy New Years! My name is Manuel and I run ManyProgramming™. Today we will be doing a very simple & fun quiz which you can download and then have fun with. However, the quiz that I will show you will not be the one you can download, simply so that you can’t cheat and you will have more fun. 

The quiz will be a multiple-choice quiz and will have three questions. The ones I will show you will be the very simplest questions and might not be relevant to New Years but the downloaded copy will be much more complicated and will require thinking; as you can see below.

def question1(Quest, Ans1, Ans2, Ans3, Ans):
    global score
    correct_answer=False
    for counter in range (3):
    x=input(Quest)
    if x.upper()==Ans.upper():
            print('Well Done, You got it Correct, +1 Point')
            score+=1
            correct_answer=True
            break
         else:
            print('Sorry, You got it Incorrect, Better luck Next Time! ')
    if not correct_answer:
                print('The Answer was',Ans)

print('ManyProgramming_Quizquam')
score=0
question1('What is my name?','\n A=Daniel','\n B=Manuel','\n C=Manual','B')
question1('What is this blog called?','\n A=ManySrogramming','\n B=DaniProgramming'','\n C=ManyProgramming','C')
question1('What is the date of New Years Day?','\n A=1st January','\n B=31st December','\n C=2nd January','A')
print('\nCongratulations, Your Total Score was', score)

Thank you for reading my blog and I hope you have a Happy New Years. Also, if you would like to see my book reviews blog than Click Here! If you want to download the quiz, then Click of the Link Below!