+2 votes
in Class 12 by kratos

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

(i) sin( )

(ii) randint ( )

1 Answer

+6 votes
by kratos
 
Best answer

(i) math

(ii) random

...