Commit b4ec3520 by BellCodeEditor

auto save

parent d940ce01
Showing with 24 additions and 0 deletions
input random
input random
XianyYouDianShu = my_variable = 0
ShiFu = (str("1"))
zhuangjiaDianShu == (random.randint(15,21))
while not ((ShiFu == (str("0")))):
print("欢迎来到21点")
my_variable = (random.randint(1,21))
print((str("获取点数")+str(my_variable)))
XianyYouDianShu = (XianyYouDianShu+my_variable)
print((str("现有点数")+str(my_variable)))
print((str("庄家点数")+str(ZhuangJiaDianShu)))
ShiFu = input("\"0”提交)
if (XianyYouDianShu>21):
print("")
else:
if(XianyYouDianShu>ZhuangJiaDianShu):
print("")
else:
if (ZhuangJiaDianShu=XianyYouDianShu)
print("")
else:
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