CBSE Class 12 Computer Science
Question 43 of 62
Using Python Libraries — Question 11
Back to all questionsThe Python Library modules required to be imported for these functions are:
| Functions | Python library module |
|---|---|
| log() | math |
| pow() | Built-in function |
| cos | math |
| randint | Random |
| sqrt() | math |