0

Can i use ceil() and floor() ? But in code editor it's showing error

18th Jun 2020, 12:42 PM
Rishabh Giri
Rishabh Giri - avatar
4 Answers
+ 4
You need to import math module first import math math.ceil() math.floor()
18th Jun 2020, 12:42 PM
Abhay
Abhay - avatar
+ 4
Import the math module then u can use them as u can
18th Jun 2020, 12:42 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
0
Thanx to both of u
18th Jun 2020, 12:43 PM
Rishabh Giri
Rishabh Giri - avatar