Fonction de module mathématique CEIL () dans Python
>>> import math
>>> math.ceil(6.7)
7
Outrageous Ostrich
>>> import math
>>> math.ceil(6.7)
7