Computer Science, asked by anuanu134, 4 months ago

Name the python library module which needs to be imported to invoke the following functions.
load()
factorial()
open()
rand int()
search()

Answers

Answered by nkcthereaper
0

Answer:

load()=pickle library

factorial()=math library

open()=it works without library

rand nt()=random library

search()= don't know

Explanation:

Similar questions