Computer Science, asked by swikritisrivastava39, 11 months ago

2.
Aman is working on his mathematics project work. He has to perform some quick calculations. Which mode of
Python programming should he use for doing the calculations?​

Answers

Answered by hritikagrahari79
84

Answer:

Aman should use interactive mode to perform quick calculations

Answered by Anonymous
5

Aman should use the Python math module to perform some quick mathematical calculations.

  • The Python math module could be very helpful to carry out some quick mathematical calculations such as arithmetic calculations, logarithmic calculations, etc.
  • One can even work with large data sets by properly using the various functions present in the math module as required.
  • For example, if we wish to calculate the power of a number then we can use the pow() function.
Similar questions