Commit 66875fe1 by BellCodeEditor

save project

parent d352188f
Showing with 6 additions and 2 deletions
# 我们都爱夸夸夸
'''
import turtle
a=input("你要什么颜色的五角星:")
pen=turtle.Pen()
......@@ -8,4 +9,7 @@ for i in range(5):
pen.forward(200)
pen.left(144)
pen.end_fill()
turtle.done()
\ No newline at end of file
turtle.done()
'''
s=input("请玩家出拳:")
print("玩家出拳为"+s)
\ 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