Name the python library module which needs to be imported to invoke the following functions.
load()
factorial()
open()
rand int()
search()
Answers
Answered by
0
Answer:
load()=pickle library
factorial()=math library
open()=it works without library
rand nt()=random library
search()= don't know
Explanation:
Similar questions