0
Tip calculator
Can someone help me with the tip calculator project I’m in beginner python
3 ответов
+ 2
Yes I can
...............................................
bill = int(input())
#your code goes here
tip=float(bill*20/100)
print(tip)
+ 4
Chris Jonathan ,
sorry to say but it is not seen as helpful when we are going to post a ready-made code, as long as the op has not shown his attempt here.
it is helpful to give hints and tips, so that the op has a chance to find a solution by himself.
+ 1
Attempts?