Question: In Python 4. External libraries are used with the import [libname] keyword. You can also use from [libname] import [funcname] for individual functions. Here is
In Python
![In Python 4. External libraries are used with the import [libname] keyword.](https://s3.amazonaws.com/si.experts.images/answers/2024/08/66c587650cf9d_28466c587649dbe3.jpg)
4. External libraries are used with the import [libname] keyword. You can also use from [libname] import [funcname] for individual functions. Here is an example: Import random and time and test this code - randomint = random.randint(1, 100) Take a screenshot showing your code and result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
