Python Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start Python Course
Register
discount
0
Author: Abhishek Kumar
Dark
Public
Save
PY
py
1
2
3
4
5
6
7
8
9
cart =
[
15
,
42
,
120
,
9
,
5
,
380
]
discount =
int
(
input
())
total =
0
i=
0
for
a
in
cart
:
total= total+a
total=total-
(
total*discount
)
/
100
print
(
total
)
Enter to Rename, Shift+Enter to Preview
OUTPUT