Función del módulo de matemáticas () en Python
>>> import math
>>> math.ceil(6.7)
7
Outrageous Ostrich
>>> import math
>>> math.ceil(6.7)
7