InterviewSolution
Saved Bookmarks
| 1. |
Name the Python Library modules which need to be imported to invoke the following functions:(i) sin( ) (ii) randint ( ) |
|
Answer» (i) math (ii) random |
|