Commit fe4f7fe5 by BellCodeEditor

save project

parent bde82c0f
Showing with 11 additions and 6 deletions
import("大傻逼,我们邀请你参加吃屎大赛")
if choice=="是"
print("我们看好你,记得多半夜三更去卫生间呀")
else
print ("你是老王之子,你不能不参加")
\ No newline at end of file
import turtle
color=input("你想要什么颜色的猩猩?")
pen=turtle.Pen()
pen.fillcolor(color)
pen.begin_fill()
for i in range(5):
pen.forward(100)
pen.right(144)
pen.end_fill()
turtle.hideturtle()
\ 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