Answers for "rounding a number high up"

0

rounding a number high up

import math
print(int(math.ceil(4.2)))
Posted by: Guest on May-26-2021

Python Answers by Framework

Browse Popular Code Answers by Language