How To Make Quiz Game | Using Python | Beginners Python Project |

Publié le: 11 juin 2021
sur la chaîne: ProrammingWith Somesh
170
7

Hi guys, in this video I'm going to show you how to make a Quiz Game using python. so if you like this video, please Subscribe to my channel for more programming-like content.

Code:-
The Quiz Game

print("welcome To My Quiz Game :)")

playing = input("Do You Want To Play: ")
if playing != "Yes".lower():
quit()

print("Okay! Let's play :)")

answer = input("What Does CPU stand For? : ")

if answer == "Central processing unit".lower():
print("Yay !! That is Correct :) ")

else:
print("Oops !! That is Incorrect :(")




answer = input("What is the best programming language for competitive Coding? : ")

if answer == "C++".lower():
print("Yay !! That is Correct :) ")

else:
print("Oops !! That is Incorrect :(")



answer = input("What is the best programming language for Android Development? : ")

if answer == "Java and Kotilin".lower():
print("Yay !! That is Correct :) ")

else:
print("Oops !! That is Incorrect :(")


answer = input("What is the best programming language for IOS App? : ")

if answer == "Swift".lower():
print("Yay !! That is Correct :) ")

else:
print("Oops !! That is Incorrect :(")

print("Thanks For Playing :)")

#python
#QuizGame

Thank You For Watching :)


Sur cette page du site, vous pouvez voir la vidéo en ligne How To Make Quiz Game | Using Python | Beginners Python Project | durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur ProrammingWith Somesh 11 juin 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 170 fois et il a aimé 7 téléspectateurs. Bon visionnage!