Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam PCEP-30-02 All Questions

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

Exam PCEP-30-02 topic 1 question 52 discussion

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

What is the expected output of the following code?

  • A. The code is erroneous.
  • B. ['Peter', 'Jane', 'Mary']
  • C. ['Peter', 'Jane']
  • D. ['Paul', 'Mary', 'Jane']
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
pescamillam
4 weeks, 1 day ago
Selected Answer: A
Traceback (most recent call last): File "main.py", line 8, in <module> print (list(list)) File "main.py", line 4, in list del data[1] TypeError: 'function' object does not support item deletion ** Process exited - Return Code: 1 ** Press Enter to exit terminal
upvoted 1 times
...
christostz03
3 months ago
a is the correct answer. We can not have list as a def name.
upvoted 1 times
...
NullNickname
5 months, 3 weeks ago
Answer: C
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 ...