Write a python program that reads four Quiz marks from the user that are graded out of 10. Print the average Quiz Marks
Answers
Answer:
print("Welcome to python quiz")
qt = input("Enter your Name : ")
tq = input("Who is the world's richest person in the world : ")
if tq == "Jeff benos" :
print("You are right " + qt)
else:
print("Your answer is wrong " + qt)
print("The correct answer is Jeff benos")
hj = input("Who is the world's best Scientist : ")
if hj == "Albert einstein" :
print("You are right " + qt)
else:
print("Your answer is wrong " + qt)
print("The correct answer is Albert einstein")
jh = input("The Sun is made up of ______and ______ : ")
if jh == "Helium and Hydrogen" :
print("You are right " + qt)
else:
print("Your answer is wrong " + qt)
print("The correct answer is Helium and Hydrogen")
ab = input("Solve the Problem by using 6 law of Exponent : (3^2 * 4^4) \ (3^7(5^8)3)*(100^56(5^8)0) : ")
if ab == "1" :
print("You are right " + qt)
else:
print("Your answer is wrong " + qt)
print("The correct answer is 1")
tq = input("who is yhe inventor of the Sophia the Robot : ")
if tq == "David hanson" :
print("You are right " + qt)
else:
print("Your answer is wrong " + qt)
print("The correct answer is David hanson")