+ 1
Python TIP calculator
bill = int(input()) #your code goes here tip = bill * 0.2 print(tip) Its okay? Cant find solution like this 🙈
3 Respostas
+ 3
Often there is more than one solution :)
+ 1
Looks okay. Or do you get any error messages? Just run your code on playground to test it!
0
No, work good, but have seen few solution here for this problem and cant find solution like this