Shailendra B. answered 03/21/19
Tutor
4.9
(105)
Software technical lead with 28 years experience in Embedded/Linux/C
page_count = value / 10
if (value % 10) {
page_count++;
}
You can convert the above to Python