Computer Science, asked by chauhanabhi1079, 19 hours ago

kaaveri is working on her mathematics project work .she has to perform some complex calculations. which mode of python programming should she use for doing the calculation.​

Answers

Answered by shayakpal6
0

Answer:

Math Module

Explanation:

The math module in python is a library which is used to carry out complex calculations . Almost all the functions are readymade in the math module , but sometimes you might have to make your own functions.

Process to import the module :-

import math

Hope it helps !

Similar questions