“Класс 8 Математическая книга PDF” Ответ

Класс 8 Математическая книга PDF

here is the source code of my project:




print ("welcome to the GK quiz!")
print ("What is 2+2-2*2")
print ("A.9, B.0, C.4,")
mar= input("choose your answear:")
score=1
if (mar== "C"):
  print ("your answear is correct!")
  score=score+1
  print (score)
else:
   ("your answear is incorrect!")
   score=score-1
   print (score)
print ("What is the biggest mountain in the world")
print ("A.mount everest, B.yellowstone, C.malaku,")
mar= input("Choose your answear:")
if (mar== "A"):
  print ("your answear is correct!")
  score=score+1
  print (score)
else:
  print ("your answear is incorrect!")
  score=score-1
  print (score)
print ("How many Fkeys are there in the keyboard")
print ("A.1, B.12, C.6, D.no such thing as Fkeys")
mar= input("choose your answear:")
if (mar== "B"):
  print ("your answear is correct")
  score=score+1
  print (score)
else:
  print ("your answear is incorrect!")
  score=score-1
  print (score)
print('what is 2+4-9+200-1+222-233+9')
print('A.1231, B.-546, C.-12, D.194')
mar=input('Choose your answear:')
if (mar=="D"):
  print('your answear is correct')
  score=score+1
  print (score)
else:
  print ('your answear is incorrect!')
  score=score-1
  print (score)
Brave Buzzard

Класс 8 Математическая книга PDF

there are none lol, well thats not entierly true but...idk
Brave Buzzard

Ответы похожие на “Класс 8 Математическая книга PDF”

Вопросы похожие на “Класс 8 Математическая книга PDF”

Больше похожих ответов на “Класс 8 Математическая книга PDF” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования