Computer Science, asked by Abqa, 1 month ago

the methods floor() and ceil() returns nearly similar value.

True or False
(Please don't waste it for points)​

Answers

Answered by tilochna766013
1

Answer:

it's false

I hope it helps you ☺️

Answered by Anonymous
2

Explanation:

The method ceil() in Python returns a ceiling value of x i.e., the largest integer not greater than x.

Similar questions