Loading...

Във форума е въведено ограничение, което позволява на потребителите единствено да разглеждат публикуваните въпроси.

Katrin_Kolarska avatar Katrin_Kolarska 0 Точки

Programming Basics; Phyton - Fuel Tank - Part 2

Здравейте, 
решавам задачата Fuel Tank - Part 2 - последната от допълнителните за Conditional Statements. В джъдж ми дава 90/100, но не мога да си открия грешката. Ще може ли някой да ми подскаже или да ми даде неговото решение :)
Благодаря. 

fuel_type = str(input())
fuel_quantity = float(input())
discount_card = str(input())
price= float()

if discount_card == "Yes" and fuel_type == "Gas":
    if fuel_quantity > 25:
        price = 0.9*(0.85 * fuel_quantity)
    elif 20 < fuel_quantity <= 25:
        price = 0.92*(0.85 * fuel_quantity)
    else:
        price = 0.85 * fuel_quantity
if discount_card == "No" and fuel_type == "Gas":
    if fuel_quantity > 25:
        price = 0.9 * (0.93*fuel_quantity)
    elif 20 < fuel_quantity <= 25:
        price = 0.92 * (0.93*fuel_quantity)
    else:
        price = 0.93*fuel_quantity
if discount_card == "Yes" and fuel_type == "Diesel":
    if fuel_quantity > 25:
        price = 0.9*(2.21 * fuel_quantity)
    elif 20 < fuel_quantity <= 25:
        price = 0.92*(2.21 * fuel_quantity)
    else:
        price = 2.21 * fuel_quantity
if discount_card == "No" and fuel_type == "Diesel":
    if fuel_quantity > 25:
        price = 0.9 * (2.33 * fuel_quantity)
    elif 20 < fuel_quantity <= 25:
        price = 0.92 * (2.33 * fuel_quantity)
    else:
        price = 2.33 * fuel_quantity
if discount_card == "Yes" and fuel_type == "Gasoline":
    if fuel_quantity > 25:
        price = 0.9*(2.10 * fuel_quantity)
    elif 20 < fuel_quantity <= 25:
        price = 0.92 * (2.10 * fuel_quantity)
    else:
        price = 2.10 * fuel_quantity
if discount_card == "No" and fuel_type == "Gasoline":
    if fuel_quantity > 25:
        price = 0.9 * (2.22 * fuel_quantity)
    elif 20 < fuel_quantity <= 25:
        price = 0.92 * (2.22 * fuel_quantity)
    else:
        price = 2.22 * fuel_quantity

print(f'{price:.2f} lv.')
Тагове:
0
Programming Basics 12/07/2020 20:16:31
cathrinerihas avatar cathrinerihas 1 Точки

Also called hacking. You might be asking yourself, "Is that actually a kind of programming improvement?" Certainly, and it's a basic field to be dealing with nowadays. Infiltration analyzers ("white-cap" moral programmers) and digital security specialists cooperate to benefit organizations and their frameworks and information. software developers The digital security group creates programming to stay with significant resources safe from burglary, infections and different pernicious attacks.The pentester, or entrance analyzer, at that point attempts to 'hack' into the framework to discover where the weaknesses, or shaky areas, are. Thusly, there's less possibility of your "dark cap" real pernicious programmer getting into your significant information.

0
Можем ли да използваме бисквитки?
Ние използваме бисквитки и подобни технологии, за да предоставим нашите услуги. Можете да се съгласите с всички или част от тях.
Назад
Функционални
Използваме бисквитки и подобни технологии, за да предоставим нашите услуги. Използваме „сесийни“ бисквитки, за да Ви идентифицираме временно. Те се пазят само по време на активната употреба на услугите ни. След излизане от приложението, затваряне на браузъра или мобилното устройство, данните се трият. Използваме бисквитки, за да предоставим опцията „Запомни Ме“, която Ви позволява да използвате нашите услуги без да предоставяте потребителско име и парола. Допълнително е възможно да използваме бисквитки за да съхраняваме различни малки настройки, като избор на езика, позиции на менюта и персонализирано съдържание. Използваме бисквитки и за измерване на маркетинговите ни усилия.
Рекламни
Използваме бисквитки, за да измерваме маркетинг ефективността ни, броене на посещения, както и за проследяването дали дадено електронно писмо е било отворено.