Python, Variables, and Functions

Python, Variables, and Functions >> Learn to Program: The Fundamentals

*Please Do Not Click On The Options.

* If You Click Mistakenly Then Please Refresh The Page To Get The Right Answers.

Python, Variables, and Functions

TOTAL POINTS 12

Then select the function call(s) below that run without error. You can check your answers by running the code in the Python Shell.

1 point
 
 
 

What value does \color{black}{\verb|x|} refer to?

1 point
 

What value does \color{black}{\verb|x|} refer to?

1 point
 

After the code above has executed, what value does \color{black}{\verb|x|} refer?

1 point
 
 
 

After the code above has executed, what value does \color{black}{\verb|y|} refer?

1 point
 

When the code above is executed, what type of error occurs?

1 point
SyntaxError
NameError
 

Select the phrase that describes \color{black}{\verb|two|}.

1 point
 

How many parameters does function \color{black}{\verb|g|} have?

1 point
 

Select the phrase that describes \color{black}{\verb|data|} in the third line.

1 point
 

What value does the expression above produce?

1 point
 

Which value does \color{black}{\verb|bigger(12)|} produce?

1 point

Leave a Comment