Commit 06421146 by BellCodeEditor

auto save

parent 23dfff73
Showing with 16 additions and 0 deletions
# 玩家出拳
if(player==)
\ No newline at end of file
"""a=int(input("请输入长方形的长:"))
b=int(input("请输入长方形的宽:"))
s=a*b
c=(a+b)*2
print("周长为:",+s)
print("面积为:",+c)"""
import turtle
p=turtle.pen()
p.pencolor("black")
p.fillcolor("black")
p.begin_fill()
for i in range
\ 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