Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 401 Bytes

File metadata and controls

20 lines (14 loc) · 401 Bytes

Quiz game using python

In this video we will be create quiz game in python

Code

print("Welcome!!")
person = input("Please enter your name for better experience: ")
print("Hey "+person+" Welcome!!")
score = 0
questions = 5

Download the file for full code

Subscribe

Please subscribe CodeWithNiranjan

Thank You