Question: Question 3 (20 points) Using WingIDE and the Python Shell is the best way to install python 3rd party libraries. Question 3 options: True False
Question 3 (20 points) Using WingIDE and the Python Shell is the best way to install python 3rd party libraries.
Question 3 options:
True
False
Question 5 (20 points)
Once you have installed a 3rd party library like PIL or prettytable, the best way to verify that they are installed is to use the python shell within an integrated development environment like WingIDE and type.
import PIL
if this is successful then you know the library has at least been loaded into your Python environment.
True or False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
