CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 03:48:16 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=c9fae67e252672179de70feb724ff4b8d8faac76a39f01fabbec41030fcf6b6aa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22gUedOYAbvkFybUIJ4f2rIPe0umfmjqvP%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d39ee11ac8a9c3-BLR
fuel_tank_part_two_08_03 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fuel_type = input()
- liters = float(input())
- card = input()
- price = 0
- if card == "No":
- if fuel_type == "Gasoline":
- price = 2.22 * liters
- elif fuel_type == "Diesel":
- price = 2.33 * liters
- else:
- price = 0.93 * liters
- else:
- if fuel_type == "Gasoline":
- price = (2.22 - 0.18) * liters
- elif fuel_type == "Diesel":
- price = (2.33 - 0.12) * liters
- else:
- price = (0.93 - 0.08) * liters
- if 20 <= liters <= 25:
- price -= price * 0.08
- if liters > 25:
- price -= price * 0.1
- print(f"{price:.2f} lv.")
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make huge profits on trading ⭐⭐ S
JavaScript | 6 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 14 sec ago | 0.25 KB
-
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐
Java | 1 min ago | 0.10 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 1 min ago | 0.10 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 2 min ago | 0.10 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 2 min ago | 0.10 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 3 min ago | 0.10 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 3 min ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand