exam questions

Exam PCEP-30-02 All Questions

View all questions & answers for the PCEP-30-02 exam

Exam PCEP-30-02 topic 4 question 41 discussion

Actual exam question from Python Institute's PCEP-30-02
Question #: 41
Topic #: 4
[All PCEP-30-02 Questions]

Which of the following function calls can be used to invoke the below function definition? (Choose three.) def test(a, b, c, d):

  • A. test(a=1, b=2, c=3, 4)
  • B. test(1, 2, 3, d=4)
  • C. test(a=1, 2, 3, 4)
  • D. test(1, 2, 3, 4)
  • E. test(a=1, b=2, c=3, d=4)
  • F. test(a=1, 2, c=3, 4)
Show Suggested Answer Hide Answer
Suggested Answer: BDE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Donny_575
3 weeks, 4 days ago
Selected Answer: BDE
B, D E. If using positional and keyword arguments together, keyword arguments cannot precede positional arguments.
upvoted 1 times
...
akumo
4 weeks, 1 day ago
Selected Answer: BDE
B D E answers
upvoted 2 times
...
akumo
1 month ago
Selected Answer: BD
B. test(1, 2, 3, d=4) D. test(1, 2, 3, 4) E. test(a=1, b=2, c=3, d=4)
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago