Home
Exams
Providers
About
Sign In
Sign Up
Home
/
Exams
/
Python Institute Certified Professional in Python Programming 1
/
Question #6
#6
Multiple Choice
Mark for review
Analyze the following snippet and select the statement that best describes it.
A.
The code is syntactically correct despite the fact that the names of the function parameters do not follow the naming convention
B.
The *arg parameter holds a list of unnamed parameters.
C.
The code is missing a placeholder for unnamed parameters.
D.
The code is syntactically incorrect - the function should be defined as def f1 (*args, **kwargs):
Reveal Answer
Previous
Question 6 of 80
Exam PCPP-32-101 Topic 1 Question 6
Back to all questions
Next
Sign In
Sign Up