Computer Science, asked by mohanmotarwala10, 3 months ago

Write the module that need to be imported to execute the following function

i) floor() ii) time()​

Answers

Answered by allysia
11

Answer:

i) math module

ii) time module

Explanation:

After importing

i) Use math.floor(float_num).

ii) Use time.time().

Answered by jai696
11

Modules:

  1. math
  2. time

Usage:

from math import floor

from time import time

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions