Commit 4d045c4d by BellCodeEditor

save project

parent a1406d6a
Showing with 18 additions and 13 deletions
import random
list=["石头","剪刀","布"]
c=random.choice(list)
player=input("请选择:")
print(c)
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.pensize(6)
pen.color("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
turtle.done()
\ 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