Runden Sie eine Zahl hoch nach oben ab
import math
print(int(math.ceil(4.2)))
Amused Addax
import math
print(int(math.ceil(4.2)))