Python Modules Flashcards
1
Q
turtle
A
module for drawing shapes
2
Q
random
A
module for generating random numbers
3
Q
math
A
module for general math functions
4
Q
image
A
module for accessing image information. two classes: Image and Pixel
5
Q
string
A
module for string operations