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