Commit 53b541e6 by BellCodeEditor

save project

parent da5305cf
Showing with 21 additions and 0 deletions
'''
'''
import turtle
name=input("什么颜色")
pen=turtle.Pen()
pen.fillcolor(name)
pen.begin_fill()
for i in range(5):
pen.forward(200)
pen.left(144)
pen.end_fill()
turtle.done()
a=input("7")
print(type(a))
'''
a=input("请出拳:")
import random
list=["石头","剪刀","布"]
b=random.choice(list)
print(b)
\ 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