The ceil (ceiling) function:
import math print(int(math.ceil(4.2)))
Comment
Save my name, email, and website in this browser for the next time I comment.