0
How can i answer Tip calculator
I cant answer the third proyect of the phyton for begginers i think im not giving correct commands and input i need help please
6 Respostas
+ 3
bill = int(input())
print (bill * 20/100)
+ 2
Can you please show us the code you have written so far so that we can help?
+ 2
What error did you get?
Does it want an int or float returned?
Try this:
bill = int(input())
print (int(bill * 20/100))
0
bill = int(input())
print = int (50*20/100)
0
It doesn't work
0
Float