Tip calculator | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Tip calculator

Can someone help me with the tip calculator project Iā€™m in beginner python

25th Dec 2022, 4:27 AM
Garfield
Garfield - avatar
3 Respostas
+ 2
Yes I can ............................................... bill = int(input()) #your code goes here tip=float(bill*20/100) print(tip)
25th Dec 2022, 5:54 AM
Chris Jonathan
Chris Jonathan - avatar
+ 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.
25th Dec 2022, 11:29 AM
Lothar
Lothar - avatar
+ 1
Attempts?
25th Dec 2022, 5:38 AM
AĶ¢J
AĶ¢J - avatar