Commit 5b92384e by BellCodeEditor

save project

parent ecc99bdc
Showing with 27 additions and 0 deletions
import random
import turtle
cnm=['2','4','8','16','32','64']
print("欢迎来到憨批游戏QAQ!")
s=input('见证你到底是不是憨批的时候到了:')
a=random.choice(cnm[0:6])
while True:
if s.isdigit():
if int(s)>1 and int(s) <=64:
if s==a:
print("恭喜您成为新一代狒狒之王!@A@")
break
if s!=a:
print('你个憨批!LOL')
s=input('有本事你他妈这次答对!LOL')
# if s > a:
# print('大了!LOL')
# s=input('有本事你他妈这次答对!LOL')
# if s!=2 and s!=4 and s!=8 and s!=16 and s!=32 and s!=64:
# if s<a:
# print('小了!LOL')
# s=input('有本事你他妈这次答对!LOL')
# if s>100 or s<100:
# print('你他妈有毒是不是!LOL')
# s=input('有本事你他妈这次答对!LOL')
print('盖亚!迪迦!戴拿!诺亚!欧布!银河!赛文!赛罗!泰罗!泰迦!初代!杰克!佐菲!艾斯!艾克斯!特利迦!维克特利!奥特之父!奥特之母!奥特之王!贝利亚!捷德!高斯!阿古茹!梦比优斯!雷欧!欧文!赛迦!')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment