Commit b920e64d by BellCodeEditor

auto save

parent cdca47bd
Showing with 24 additions and 1 deletions
import turtle
turtle.penup()
turtle.goto(-90,90)
turtle.speed(1)
turtle.pendown()
turtle.fillcolor("yellow")
turtle.begin_fill()
for i in range(4):
turtle.forward(180)
turtle.right(90)
turtle.end_fill()
turtle.done()
\ No newline at end of file
a=input("ssr1sg:")
b=input("ssr2sg:")
print("da:",int(a)+int(b))
print("db:",int(a)-int(b))
print("dc:",int(a)*int(b))
print("dd:",int(a)/int(b))
print("de:",int(a)//int(b))
print("df:",int(a)%int(b))
print("dg:",int(a)**int(b))
\ No newline at end of file
dist={'可口可乐':,'旺仔牛奶'4,'农夫山泉':1,'辣条':3,'咯与我国特':8,'傻逼'100000000000}
dist={'可口可乐':5,'旺仔牛奶'4,'农夫山泉':1,'辣条':3,'咯与我国特':8,'傻逼'100000000000}
a=input("你要买什么:")
if a in dict:
print('您要的商品是'+"""+"”"+"价格是:"+str(dict[a])+元)
......
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