WGU D522 python for It Automation|Actual Questions and Answers|Study
tips|Study guide|New version 2024/2025 with complete solutions
Correct 172
Incorrect
Next steps
.
Your answers
Definition
def greet(name):
print ("Hello, name")
Give this one a try later!
, functions comments
indentation variables
Don't know?
2 of 172
Definition
function, storing user entered info as strings
Give this one a try later!
dir () output()
format() input()
Don't know?
, 3 of 172
Definition
replace ()
upper ()
lower ()
Give this one a try later!
you can modify strings with conditional statements
max (), min() dict ()
Don't know?
4 of 172
Definition
caused by operations that are mathematically illegal, such as division
by 0
Give this one a try later!
function (local) runtime errors
, named arguments Indexing ([])
Don't know?
5 of 172
Definition
number, letters, _
start with letter or _
cannot be a python keyword
Give this one a try later!
version control integration keyword arguments
variable name rules map (), filter ()
Don't know?
6 of 172
Definition
integer
Give this one a try later!
tips|Study guide|New version 2024/2025 with complete solutions
Correct 172
Incorrect
Next steps
.
Your answers
Definition
def greet(name):
print ("Hello, name")
Give this one a try later!
, functions comments
indentation variables
Don't know?
2 of 172
Definition
function, storing user entered info as strings
Give this one a try later!
dir () output()
format() input()
Don't know?
, 3 of 172
Definition
replace ()
upper ()
lower ()
Give this one a try later!
you can modify strings with conditional statements
max (), min() dict ()
Don't know?
4 of 172
Definition
caused by operations that are mathematically illegal, such as division
by 0
Give this one a try later!
function (local) runtime errors
, named arguments Indexing ([])
Don't know?
5 of 172
Definition
number, letters, _
start with letter or _
cannot be a python keyword
Give this one a try later!
version control integration keyword arguments
variable name rules map (), filter ()
Don't know?
6 of 172
Definition
integer
Give this one a try later!