the methods floor() and ceil() returns nearly similar value.
True or False
(Please don't waste it for points)
Answers
Answered by
1
Answer:
it's false
I hope it helps you ☺️
Answered by
2
Explanation:
The method ceil() in Python returns a ceiling value of x i.e., the largest integer not greater than x.
Similar questions