+ 2
Jeff King you don't need to put quotes around numbers otherwise they become strings not integers
bill = int(input())
x = 20
y = (bill*x)/100
you also don't need to int x as x is already an integer
+ 2
Please copy and paste the problem or your attempt.
+ 1
Jeff King
Do you know how to calculate 20 % of 100?
0
Of you need help with the code, please show us your code attempt so we can make suggestions.