Commit 756c824d by BellCodeEditor

save project

parent a09c4ea8
Showing with 21 additions and 0 deletions
'''
import turtle
p=turtle.Pen()
xuanze=input("选择颜色")
p.color(xuanze)
p.begin_fill()
for i in range(4):
p.forward(100)
p.left(90)
p.end_fill()
p.hideturtle()
turtle.done()
'''
player=input("请出拳")
print("出的是"+player)
import random
list=["剪刀","石头","布"]
dn=random.choice(list)
print("电脑出的是"+dn)
if
\ 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