Make Quiz Game project with python ।। python project 💯

Опубликовано: 01 Январь 1970
на канале: CodeWithTechfree
70
28

#pythonprojects #quiz #quizgames #codewithtechfree

Quiz Game in python programming:-Coding

questions=("which option in microsoft word is used to adjust the spacing between lines of text?",
"which excel function is used to concatenate multiple strings into one?",
"the formula to refer a cell A3 in sheet named S1 is "
)
options=(
("A.line spacing ","B.indentation","C.Alignment","D.page Break"),
("A.MERGE","B.CONCAT","C.JOIN","D.CONCATENATE"),
("A.=S1A3","B.=S1A3","C.='S1'.A3","D.=(S1)A3")
)

answers=("A","D","B")
guesses=[]
score=0
questions_num=0

for question in questions:
print(".............")
print(question)
for option in options[questions_num]:
print(option)
guess= input("Enter(A,B,C,D):").upper()
guesses.append(guess)
if guess == answers[questions_num]:
score +=1
print("Correct !")
else:
print("Incorrect!")
print(f"{answers[questions_num]}is correct answer")
questions_num +=1


print(".............")
print(".....Result .......")
print(".............")

print("answers:",end="")
for answer in answers:
print(answer,end="")
print()
print("questions:",end="")
for question in questions:
print(question,end="")
print()

score= int(score/len(questions*100))
print(f'your score is:{score}%')


click this link :-

   • Make Quiz Game project with  python ।। pyt...  
   • python for beginner in nepali language
( f...  


#quiz game python
#quiz game python github
#quiz game python bro code
#quiz game code python
#python game project tutorial
#python quiz game project
#python quiz tutorial
#python quiz game bro code
#python quiz game
#making a quiz game in python
project stem cs python fundamentals quiz 2
project stem cs python fundamentals quiz 2 answers
project stem python quiz 2
quiz game with python
python quiz game tutorial
how to code a quiz game in python
how to make a quiz game in python
python game quiz
video game python
video game python code
video game programming in python
project stem quiz 2 python
python quiz 6
2 player game python code
3 python project
quiz 3 project stem python
python quiz 4
quiz 4 python project stem
python quiz 4 answers
5 python games
5 python games for beginners
python quiz 6 answers
quiz 6 python project stem
quiz 7 project stem python
python quiz 7
python quiz 7 answers
python quiz 8
python quiz 8 answers
python quiz 9