Math

import math

math.prod(lst) # lst 내의 모든 요소를 곱하여 반환

math.ceil()
math.floor()
math.round()