Commit 040d103b by BellCodeEditor

save project

parent 91a93a94
Showing with 3 additions and 11 deletions
import turtle
a=turtle.Pen()
k=input("?")
a.fillcolor(k)
a.begin_fill()
for i in range(5):
a.fd(200)
a.right(144)
a.end_fill()
turtle.done()
\ No newline at end of file
import random
a=int(input("剪刀=1,石头=2,布=3"))
b=random(1,3)
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