0
We have 49 books and 12 students , write a program to calculate and output how many books will be left if everyone takes 3 books
4 Respuestas
+ 1
Dude, it is one line code to write, at least show us what have you done to solve it
+ 1
print(49-(12*3))
0
АлКа Релова you are wrong, read the question ones again
0
АлКа Релова there are only 12 students. Your calculation is wrong, cuz you'll need 16 students to have only 1 book left. Read the question, and think of what you are writing here