+2 votes
in Class 12 by kratos

Name the Python Library modules which need to be imported to invoke the following functions :

  1. sqrt()

  2. dump()

1 Answer

+2 votes
by kratos
 
Best answer
  1. math

  2. pickle

...