Can anyone help me with this code it should be a tip calculator for every tip | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone help me with this code it should be a tip calculator for every tip

Bill = int(input()) Tip = int(input()) Print(Bill*Tip/100)

28th Jul 2022, 5:17 PM
fff ggg
fff ggg - avatar
4 Answers
+ 1
Just fix the print(), then it should be fine.
28th Jul 2022, 5:53 PM
Lisa
Lisa - avatar
+ 1
Thanks
28th Jul 2022, 5:53 PM
fff ggg
fff ggg - avatar
0
Is it the tip calculator task of Python for Beginners? Read the task description again: We should only take 1 input (the bill), the tip is always 20%. Also check the spelling: It is print, not Print.
28th Jul 2022, 5:48 PM
Lisa
Lisa - avatar
0
Thanks but i wantet to make a calculator for every amount of tips.
28th Jul 2022, 5:49 PM
fff ggg
fff ggg - avatar