+ 2
bill = int(input(125)) #your code goes here bill = 125 % 20 print = "bill"
What's the problem. I in the python code
5 Réponses
+ 1
Here, 20% means 20/100 or 0.2(percentage)
bill = int(input())
tip = bill *20/100
print(tip)
+ 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.
+ 1
Tell me the complete question .so that I can help you .
0
print (bill)
- 1
68*2