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

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

What is the expected output of the following code?

  • A. 2
  • B. 1
  • C. The code is erroneous.
  • D. 3
  • E. 4
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
3 months, 3 weeks ago
Selected Answer: C
The code is erroneous. The error occurs in the line print(len(crates[box])). The key box is not a string but a dictionary, which is not a valid key type for a dictionary in Python. Dictionary keys must be of an immutable type, such as strings, numbers, or tuples containing only immutable types. To fix the code, you should use the string 'box' as the key instead of the dictionary box
upvoted 2 times
...
FedeXD
6 months, 3 weeks ago
C is correct. Dictionary keys have to be immutable, therefore you can't index a dictionary with a dictionary.
upvoted 1 times
...
christostz03
8 months ago
c 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