Commit 44782eb0 by BellCodeEditor

auto save

parent d0f36e19
Showing with 43 additions and 0 deletions
weather= {'北京':8,'上海':15,'广州':20,'深圳':21}
data= weather.pop('北京')
print(data)
print(weather)
\ No newline at end of file
c = int(input("你的语文成绩是"))
m = int(input("你的数学成绩是"))
e = int(input("你的英语成绩是"))
score = c+m+e
if score>=270:
print("优秀")
elif 240<=score<270:
print("良好")
elif 180<= zzzzscore<240:
print("合格")
elif score<180:
print("不合格")
import turtle
turtle.width(10)
turtle.color("blue")
turtle.circle(100)
turtle.penup()
turtle.goto(240,0)
turtle.pendown()
turtle.color("black")
turtle.circle(100)
turtle.penup()
turtle.goto(480,0)
turtle.pendown()
turtle.color("red")
turtle.circle(100)
turtle.penup()
turtle.goto(120,-100)
turtle.pendown()
turtle.color("yellow")
turtle.circle(100)
turtle.penup()
turtle.goto(360,-100)
turtle.pendown()
turtle.color("green")
turtle.circle(100)
turtle.penup()
\ 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