Computer Science, asked by shanawajansari5221, 7 months ago

Name the Python Library modules which need to be imported to invoke the following functions : (i) choice( ) (ii) ceil( )

Answers

Answered by da4729204
2

Answer:

1) from random import *

2) from math import *

Similar questions