Commit c5b23efc by BellCodeEditor

save project

parent 608fd84e
Showing with 10 additions and 46 deletions
#SB出拳a import turtle
#SB出拳b print("五角星")
#SB出拳c p=turtle.pen()
#SB出拳d #p.begin_full()
#SB出拳e for i in range(5):
#SB出拳f p.forword(200)
#SB出拳g p.left(144)
#SB出拳h #p.end_full()
#SB出拳i turtle.done()
#SB出拳g \ No newline at end of file
#SB出拳k
#SB出拳l
#SB出拳m
#SB出拳n
#SB出拳o
#SB出拳p
#SB出拳q
#SB出拳r
#SB出拳s
#SB出拳t
#SB出拳u
#SB出拳o
#SB出拳o
#SB出拳o
#SB出拳o
#SB出拳o
#SB出拳o
#SB出拳o
#SB出拳o
#SB出拳o
#SB出拳o
import random# 玩家出拳
a=input("剪刀/石头/布")
print("玩家出"+a)
s=["剪刀","石头","布"]
d=random.choice(s)
print(d)
if(d==a):
print("平局")
elif(a=="剪刀"and d=="石头"):
elif(a=="石头"and d=="剪刀"):
elif(a=="布" and
\ 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