5.2 practice (textbooks) help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

5.2 practice (textbooks) help

Can somebody please tell me how to do the 5.2 core python textbook practice. I’ve tried to YouTube it and look it up on google but I couldn’t find it anywhere. I just need help solving it, please.

10th Jul 2021, 5:59 PM
Cash Britain
11 Answers
+ 3
There will be needed only one output, that means one print statement.
10th Jul 2021, 7:13 PM
JaScript
JaScript - avatar
+ 3
# I think as you written the remainder should be work print(76%((18+19)*2))
10th Jul 2021, 7:23 PM
JaScript
JaScript - avatar
+ 2
Your welcome, happy coding.
10th Jul 2021, 7:28 PM
JaScript
JaScript - avatar
+ 1
Please show your attempt first and ask your question. Gor answer You do not need google or youtube only that what you here learn.
10th Jul 2021, 7:01 PM
JaScript
JaScript - avatar
+ 1
Ok
10th Jul 2021, 7:02 PM
Cash Britain
+ 1
What is the question 5.2?
10th Jul 2021, 7:07 PM
JaScript
JaScript - avatar
+ 1
Ok…
10th Jul 2021, 7:13 PM
Cash Britain
+ 1
It worked. Thank you so much!
10th Jul 2021, 7:25 PM
Cash Britain
0
print((18+19)*2) print(76%74)
10th Jul 2021, 7:03 PM
Cash Britain
0
We need to distribute math and history textbooks to students. There are 2 class sections: the first section has 18 pupils, and the second one has 19. The total number of books available for distribution is 76. Write a program to calculate and output how many books will be left after each student receives both books.
10th Jul 2021, 7:09 PM
Cash Britain
0
I just dont understand the percentage sign. I dont know where to put it and I dont know what numbers need to go with it.
10th Jul 2021, 7:15 PM
Cash Britain