Runden Sie eine Zahl hoch nach oben ab

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