+ 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
1st Jul 2022, 2:46 AM
BroFar
BroFar - avatar
+ 2
Please copy and paste the problem or your attempt.
26th Jun 2022, 10:30 PM
Gwendal Cardenas Ortiz
+ 1
Jeff King Do you know how to calculate 20 % of 100?
26th Jun 2022, 4:56 PM
AÍąJ
AÍąJ - avatar
0
Of you need help with the code, please show us your code attempt so we can make suggestions.
26th Jun 2022, 5:30 PM
Lisa
Lisa - avatar