0
Your program needs to take the bill amount as input and output the tip as a float. Sample Input 50 Sample Output 10.0
Please assist me if u know
3 Antworten
+ 3
1. Please tag the relevant programming language
2. Please show your own attempt
+ 2
bill=float(input(50*20/100))
print(bill)
0
Please link your code in the thread, not in DM