Arronner un nombre en haut

import math
print(int(math.ceil(4.2)))
Amused Addax