python买菜打折优惠
#西紅柿單價
‘’’
price=float(input(“請輸入西紅柿單價”))
weight=float(input(“請輸入西紅柿重量(千克)”))
prices=priceweight
zh=int(prices)
qy=zh%10
fk=zh-qy
print(fk,‘元’)
price=float(input(“請輸入西紅柿單價”))
weight=float(intput(“請輸入西紅柿重量(千克)”))
prices=priceweight
zh=int(prices)
qy=zh%10
fk=zh-qy
print(fk,‘元’)
price=float(input(“請輸入西紅柿單價”))
weight=float(input(“請輸入西紅柿重量(千克)”))
prices=price*weight
zh=int(prices)
qy=zh%10
fk=zh-qy
print(fk,‘元’)
price=float(input(“請輸入西紅柿單價”))
weight=float(input(“請輸入西紅柿重量”))
prices=price*weight
zh=int(prices)
qy=zh%10
fk=zh-qy
print(fk,‘元’)
price=float(input(“請輸入西紅柿單價”))
weight=float(input(“請輸入西紅柿重量”))
prices=price*weight
zh=int(prices)
qy=zh%10
fk=zh-qy
print(“抹零后金額”,fk,‘元’)
price=float(input(“請輸入西紅柿單價”))
weight=float(input(“請輸入西紅柿重量”))
prices=price*weight
zh=int(prices)
qy=zh%10
fk=zh-qy
print(“抹零后金額”,fk,‘元’)
#梯形面積
sd=float(input(“請輸入梯形上底”))
xd=float(input(“請輸入梯形下底”))
height=float(input(“請輸入梯形高”))
s=(sd+xd)*height/2
print(’%.4f’%s)
sd=float(input(“請輸入梯形上底”))
xd=float(input(“請輸入梯形下底”))
height=float(input(“請輸入梯形高”))
s=(sd+xd)*height/2
print(’%.4f’%s)
sd=float(input(“請輸入梯形上底”))
xd=float(input(“請輸入梯形下底”))
height=float(input(“請輸入梯形高”))
s=(sd+xd)*height/2
print(’%.3f’%s)
sd=float(input(“請輸入上底”))
xd=float(input(“請輸入下底”))
height=float(input(“請輸入高”))
s=(sd+xd)*height/2
print(’%.3f’%s)
sd=float(input(“請輸入上底”))
xd=float(input(“請輸入下底”))
height=float(input(“請輸入高”))
s=(sd+xd)*height/2
print(’%.3f’%s)
#倒序
num=int(input(“請輸入一個三位數”))
a=num%10
b=(num-a)/10%10
c=num//100
num2=int(a100+b10+c)
print(num2)
num=int(input(“請輸入一個三位數”))
a=num%10
b=(num-a)/10%10
c=num//100
num2=int(a100+b10+c)
print(num2)
num=int(input(“請輸入一個三位數”))
a=num%10
b=(num-a)//10%10
c=num//100
num2=int(a100+b10+c)
print(num2)
num=int(input(“請輸入一個三位數”))
a=num%10
b1=num//10
b=b1%10
c=num//100
num2=a100+b10+c
print(num2)
price=float(input(“請輸入西紅柿價格”))
weight=float(input(“請輸入西紅柿重量”))
money=price*weight
fk=int(money)-int(money)%10
print(“總金額”,money,‘抹零后付款’,fk)
‘’’
top=float(input(“請輸入梯形上底”))
bottom=float(input(“請輸入梯形下底”))
high=float(input(“請輸入高”))
s=(top+bottom)*high/2
print("%.4f"%s)
總結
以上是生活随笔為你收集整理的python买菜打折优惠的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python求取列表中的质数
- 下一篇: python下载器