Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
total_tips
price = 100 borshch_cost = 2.75 borshch = price // borshch_cost print(borshch) borshch_tips = price % borshch_cost print(borshch_tips) pelmeni_cost = 2.19 pelmeni = price // pelmeni_cost print(pelmeni) pelmeni_tips = price % pelmeni_cost pelmeni_tips = round(pelmeni_tips,2) print(pelmeni_tips) price = 50 compote_cost = 1.24 compote = price //compote_cost print(compote) compote_tips = price % compote_cost compote_tips = round(compote_tips, 2) print(compote_tips) tips = borshch_tips + pelmeni_tips + compote_tips print(tips)
run
|
edit
|
history
|
help
0
default argument
lesson3 part3
Reading XML file
НОД по Евклиду на ПИТОНЕ
string without space into list
wordchangething
GINGERMANZ
teretere
Lesson3 part 2
EquivalentRandomDigits