#西紅柿單價
『』』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過節打折
answer input 會員?y n n money float input 請輸入購物金額 if answer y if money 200 print 消費金額大於200,會員打8折,需付款 money 0.8 elif money 100 print 消費金額大於100,打9折,付款 mon...
python併發程式設計調優 python併發程式設計
併發程式設計是我們程式設計中常用的優化程式效能的手段,能提高cpu的使用率。一般使用是多執行緒,多程序,協程 一 python的全域性解釋鎖gil 我們目前跑的python程式大多數都是在cpython上執行的。cpython是有乙個全域性解釋鎖,具體什麼意思,可以兩個方面理解 在同一時刻,只能執行...
python程式設計優勢 Python程式設計的優勢是什麼
python程式設計的優勢是什麼 閱讀 110 1 開發效率高,可以大大降低開發周期 2 python是高階語言,程式設計時無需考慮底層 當你用python語言編寫程式的時候,你無需考慮諸如如何管理你的程式使用的記憶體一類的底層細節 3 可移植高,幾乎可以在市場上所有的平台上執行,基本不需要二次程式...