Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

find next multiple of 5 python

print(math.ceil(22.6/5)*5)
 
PREVIOUS NEXT
Tagged: #find #multiple #python
ADD COMMENT
Topic
Name
7+6 =