5: Libraries Flashcards
1
Q
modules
A
2
Q
random
A
3
Q
docs.python.org/3/libary/random.html
A
4
Q
import
A
5
Q
random.choice(seq)
A
6
Q
from
A
7
Q
random.randint(a, b)
A
8
Q
random.shuffle(x)
A
9
Q
statistics
A
10
Q
docs.python.org/3/library/statistics.html
A
11
Q
command-line arguments
A
12
Q
python hello.py . . .
A
13
Q
sys
A
14
Q
docs.python.org/3/library/sys.html
A
15
Q
sys.argv
A
16
Q
IndexError
A
17
Q
sys.exit
A
18
Q
slices
A
19
Q
packages
A
20
Q
PyPI
A
21
Q
pypi.org
A
22
Q
cowsay
A
23
Q
pypi.org/project/cowsay
A
24
Q
pip
A
25
Q
APIs
A
26
Q
requests
A
27
Q
docs.python-requests.org
A
28
Q
JSON
A
29
Q
docs.python.org/3/library/json.html
A
30
Q
_ name _
A