Mathematikmodul Ceil () Funktion in Python
>>> import math
>>> math.ceil(6.7)
7
Outrageous Ostrich
>>> import math
>>> math.ceil(6.7)
7