9/11/26, 8:35 PM Core Concepts for Python IT Automation (WGU D522) | Quizlet
Core Concepts for Python IT Automation (WGU D522)
Questions and Answers (Graded A+)
Correct 302
Incorrect 00
1 of 302
Definition
The Python package installer used to download and install packages
from PyPI.
Give this one a try later!
pip install X rstrip() method
pip schedule library
Don't know?
1/170
,9/11/26, 8:35 PM Core Concepts for Python IT Automation (WGU D522) | Quizlet
2 of 302
Definition
2/170
,9/11/26, 8:35 PM Core Concepts for Python IT Automation (WGU D522) | Quizlet
A data type in Python that can be changed after it is created, such as
lists and dictionaries.
Give this one a try later!
none typeerror
immutable type mutable type
Don't know?
3 of 302
Definition
External libraries or packages that a project requires to function
properly.
Give this one a try later!
invalid name dict.items()
dependencies greet('Alice')
Don't know?
3/170
, 9/11/26, 8:35 PM Core Concepts for Python IT Automation (WGU D522) | Quizlet
4 of 302
Definition
You can use the type() function to check an object's type. For example,
type(42) returns <class 'int'>.
Give this one a try later!
Type checking in Python TypeError in Concatenation
Even Divisibility Check NoneType in Python
Don't know?
5 of 302
Definition
The practice of preparing to handle exceptions while the program is
running.
Give this one a try later!
Anticipating exceptions Accessing a missing key
Cleanup actions Consistent practice
4/170
Core Concepts for Python IT Automation (WGU D522)
Questions and Answers (Graded A+)
Correct 302
Incorrect 00
1 of 302
Definition
The Python package installer used to download and install packages
from PyPI.
Give this one a try later!
pip install X rstrip() method
pip schedule library
Don't know?
1/170
,9/11/26, 8:35 PM Core Concepts for Python IT Automation (WGU D522) | Quizlet
2 of 302
Definition
2/170
,9/11/26, 8:35 PM Core Concepts for Python IT Automation (WGU D522) | Quizlet
A data type in Python that can be changed after it is created, such as
lists and dictionaries.
Give this one a try later!
none typeerror
immutable type mutable type
Don't know?
3 of 302
Definition
External libraries or packages that a project requires to function
properly.
Give this one a try later!
invalid name dict.items()
dependencies greet('Alice')
Don't know?
3/170
, 9/11/26, 8:35 PM Core Concepts for Python IT Automation (WGU D522) | Quizlet
4 of 302
Definition
You can use the type() function to check an object's type. For example,
type(42) returns <class 'int'>.
Give this one a try later!
Type checking in Python TypeError in Concatenation
Even Divisibility Check NoneType in Python
Don't know?
5 of 302
Definition
The practice of preparing to handle exceptions while the program is
running.
Give this one a try later!
Anticipating exceptions Accessing a missing key
Cleanup actions Consistent practice
4/170