InterviewSolution
Saved Bookmarks
| 1. |
Name the Python Library modules which need to be imported to invoke the following functions :1. sqrt()2. dump() |
|
Answer» 1. math 2. pickle |
|