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 21 discussion

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

What is the expected output of the following code?

  • A. 4
  • B. 6
  • C. 5
  • D. 3
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
hovnival
1 month, 2 weeks ago
Selected Answer: B
The code defines a list data containing the following elements: data = [1, 2, 3, None, (), [],] The elements of the list are 1, 2, 3, None, an empty tuple (), and an empty list []. The len() function returns the number of elements in the list, regardless of the types or contents of those elements. In this case, the list data contains 6 elements: 1, 2, 3, None, (), and []. Thus, the output of the code will be: 6
upvoted 2 times
...
christostz03
5 months, 2 weeks ago
b is the correct answer
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