score=0 print("Kaveesh's capital quiz") print("Let us see how much you know about capitals") print("-------------------") print("") print("There are 15 questions") print("Each correct answer you get 20 points") print("..........") print("Lets start") #Repeat Start print("Q1:what is the capital of Texas") print("a : Houston,Teaxs ") print("b : Austin,Texas ") print("c : Dallas,Texas ") print("d : San Antonio,Texas ") print("--------------------------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='b' or ks=='B'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is b.Austin,Texas") print("Better Luck Next Time") print("-------------------") print("") #Repeat End #Repeat Start print("Q2:What is the capital of California") print("a : Sacramento,Calif ") print("b : Tustin,Calif ") print("c : Aliso Viejo,Calif ") print("d : San Antonio,Texas ") print("--------------------------------------") print("") ks=input("Enter answer a,b,c,d") if (ks=='a' or ks=='A'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is a.Sacramento,Calif") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q3:What is the capital of China") print("a : Beijing,China ") print("b : Hong Kong,China ") print("c : Wuhan,China ") print("d : Toxyo,Japan ") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='a' or ks=='A'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is a.Beijing,China") print("Better Luck Next Time") print("Your score is ", score) print("-------------------") print("") #Repeat End #Repeat Start print("Q4:What is the capital of India") print("a : Mumbai,India") print("b : Kolkata,India ") print("c : New Dehli,India ") print("d : Toxyo,Japan ") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='c' or ks=='C'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is c.New Dehli,India") print("Better Luck Next Time") print("-------------------") print("") #Repeat End #Repeat Start print("Q5:What is the capital of Denmark") print("a : Helsinki,Den") print("b : Amsterdam,Den ") print("c : Oslo,Den ") print("d : Copenhagen,Den ") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='d' or ks=='D'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is d.Copenhagen,Den") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q6:What is the capital of Canada") print("a : Toronto,Canada") print("b : Ottwa,Canada") print("c : Montreal,Canada") print("d : Vancouver,Canada ") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='b' or ks=='B'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is b.Ottwa,Canada") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q7:What is the capital of Australia") print("a : Brisbane,Aust") print("b : Perth,Aust") print("c : Canberra,Aust") print("d : Melbourne,Aust") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='d' or ks=='D'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is c.Canberra,Aust") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q8:What is the capital of Spain") print("a : Seville,Spain") print("b : Valencia,Spain") print("c : Barcelona,Spain") print("d : Madrid,Spain") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='d' or ks=='D'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is d.Madrid,Spain") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q9:What is the capital of Portugal") print("a : Lisbon,Portu") print("b : Porto,Portu") print("c : Comibra,Portu") print("d : Lagos,Portu") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='a' or ks=='A'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is a.Lisbon,Port") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q10:What is the capital of Florida") print("a : Tallahassee,Flor") print("b : Jacksonville,Flor") print("c : Tempa,Flor") print("d : Miami,Flor") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='a' or ks=='A'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is a.Tallahassee,Flor") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q11:what is the capital of Nevada") print("a : Reno,Nevada") print("b : Carson City,Nevada") print("c : Las Vegas,Nevada") print("d : Henderson,Nevada") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='b' or ks=='B'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is b.Carson City,Nevada") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q12:What is the capital of Virginia") print("a : Roanoke,Vir") print("b : Richmond,Vir") print("c : Norfolk,Vir") print("d : Virginia Beach,Vir") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='b' or ks=='B'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is b.Richmond,Vir") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q13:What is the capital of New Zealand") print("a : Auckland,New Zealand") print("b : Rotorua,New Zealand") print("c : Dudein,New Zealand") print("d : Wellington,New Zealand") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='d' or ks=='D'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is d.Wellington,New Zealand") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q14:What is the capital of North Carolina") print("a : Charlotte,North Carolina") print("b : Durham,North Carolina") print("c : Raleigh,North Carolina") print("d : Wilmington,North Carolina") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='c' or ks=='C'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is c.Raleigh,North Carolina") print("Better Luck Next Time") print("-------------------") print("") print("Your score is ", score) #Repeat End #Repeat Start print("Q15Wwhat is the capital of Norway") print("a : Oslo,Nor") print("b : Bergen,Nor") print("c : Trondheim,Nor") print("d : Stavanger,Nor") print("-------------------") print("") print("Your score is ", score) ks=input("Enter answer a,b,c,d") if (ks=='c' or ks=='C'): print("Amazing") score = score + 10 else: print("Sorry") print("Correct answer is c.Raleigh,North Carolina") print("Better Luck Next Time") print("-------------------") print("") print("Final score is ", score) #Repeat End #Repeat Start