bill = int(input(125)) #your code goes here bill = 125 % 20 print = "bill" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

bill = int(input(125)) #your code goes here bill = 125 % 20 print = "bill"

What's the problem. I in the python code

18th Sep 2021, 3:34 AM
Shubh
Shubh - avatar
5 Answers
+ 1
Here, 20% means 20/100 or 0.2(percentage) bill = int(input()) tip = bill *20/100 print(tip)
18th Sep 2021, 6:01 AM
Simba
Simba - avatar
+ 1
Shubh , the information you provided here, is quite unsufficient. it's not only the code we need to see, it's also the task description. as you can see, people start guessing. what a waste of time.
18th Sep 2021, 9:22 AM
Lothar
Lothar - avatar
+ 1
Tell me the complete question .so that I can help you .
19th Sep 2021, 3:48 AM
SIDDHARTH A
SIDDHARTH A - avatar
0
print (bill)
18th Sep 2021, 4:35 AM
Patel
- 1
68*2
25th Nov 2022, 10:07 AM
Sajid Sheikh
Sajid Sheikh - avatar