PCAP - Certified Associate in Python Programming Practice Test
PCAP Functions and Modules
What does the `*args` parameter in a function definition allow?
Select your answer
A
Keyword arguments only
B
A variable number of positional arguments
C
Default argument values
D
A single list argument
Hint