why am i not getting the game over message in this high low code

前端 未结 0 1782
醉话见心
醉话见心 2020-12-12 09:06
import random
game = False
random_num = random.randint(1 , 100)
print(random_num)
x = 0
if x == 1:
    game = True
def code():
    if number == random_num :
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题