0
How's the code?
When you go out to eat, you always tip 20% of the bill amount. But who’s got the time to calculate the right tip amount every time? Not you that’s for sure! You’re making a program to calculate tips and save some time. Your program needs to take the bill amount as input and output the tip as a float. Sample Input 50 Sample Output 10.0 https://code.sololearn.com/cZjJ36EABdhY/?ref=app
2 Respuestas
+ 3
Please provide your code attempt so we may see where you are struggling.
You might want to start a Python course also as I can't see one in your profile.
https://www.sololearn.com/Course/Python-for-Beginners/?ref=app
+ 1
Thanks 👍