Commit 0e1c25b7 by BellCodeEditor

auto save

parent 586656f5
Showing with 7 additions and 3 deletions
# 玩家出拳
name=input("出什么:")
print("玩家出拳:"+name)
\ No newline at end of file
n=input("what:")
inport turtle
pen=turtle.Pen()
pen.color(n)
pen.fillcolor(n)
for i in
\ 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