Where is the problem? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
13th Apr 2023, 8:56 PM
Sarah
Sarah - avatar
1 Antwort
+ 7
You need to round UP to the nearest integer. import math And instead of round(...) try: math.ceil(...)
13th Apr 2023, 11:12 PM
Ani Jona 🕊
Ani Jona 🕊 - avatar