Commit 9d684f2a by BellCodeEditor

save project

parent fa5cbe20
Showing with 50 additions and 2 deletions
'''a=int(input("请输入长方形的长:"))
b=int(input("请输入长方形的宽:"))
c=a*b
print("长方形的面积是,c")'''
'''a=input("请输入你的鞋码:")
a=int(a)
b=(a+10)/2
print("你的脚长是(单位:)")'''
import turtle
turtle.penup()
turtle.begin_fill()
turtle.color('black', 'red')
turtle.circle(100)
turtle.end_fill()
turtle.pendown()
turtle.forward(100)
score = {'语文':91,'数学':88,'英语':85}
'''import turtle
turtle.color("yellow")
turtle.dot(300)
turtle.forward(150)
turtle.color("white")
turtle.dot(150)
turtle.done()'''
# 请对字典进行遍历,将保存的分数以键值对的形式提取打印出来
'''import turtle
turtle.pensize(5)
turtle.pencolor("red")
turtle.fillcolor("yellow")
turtle.begin_fill()
turtle.forward(100)
turtle.right(144)
turtle.forward(100)
turtle.right(144)
turtle.forward(100)
turtle.right(144)
turtle.forward(100)
turtle.right(144)
turtle.forward(100)
turtle.end_fill()
turtle.done()'''
a=input(int(请输入你的鞋码:))
b=input(int(b=(a+10)/2))
\ 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