Commit 4d045c4d by BellCodeEditor

save project

parent a1406d6a
Showing with 18 additions and 13 deletions
import turtle
pen=turtle.Pen()
pen.pensize(6)
pen.color("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
import random pen.right(90)
list=["石头","剪刀","布"] pen.circle(50,180)
c=random.choice(list) pen.forward(100)
player=input("请选择:") turtle.done()
print(c) \ No newline at end of file
\ No newline at end of file
print("在古希腊中,/n玫瑰的数量代表的意义不同")
print("在古希腊中,/n玫瑰的数量代表的意义不同")
num=int(input("请输入:"))
if num==1
print("唯一")
\ 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