Commit f9240a25 by BellCodeEditor

save project

parent 23dfff73
Showing with 18 additions and 0 deletions
# 玩家出拳
import time
import random*
shitoujiandaobu=["剪刀","布","石头"]
qwe=3
for i in range(350):
print()
for i in range (3):
print(qwe)
qwe=qwe-1
for i in range(10):
print()
time.sleep(1)
for i in range(350):
print()
chuquan=input("请输入(剪刀/布/石头):")
diannao=random.choice(shitoujiandaobu)
\ 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