Task 7: The following is a quiz program that asks the us-
er to answer the question shown. There are 3 errors,
identify each error and correct them.
Q1= imput(" Which Zodiac Sign is coloured Green? A.Capricorn B.Virgo C.Cancer)
if Q1 == "A" :
print ("Incorrect")
elif Q1
print("Correct")
elif Q1 == "C":
print ("Incorrect")
else:
print ("Can you please answer the question?")​