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

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

What is the expected output of the following code?

  • A. {(2, 3): 2}
  • B. {(1, 2): 1}
  • C. The code is erroneous.
  • D. 1
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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, 1 week ago
Selected Answer: D
In the given code, you have a dictionary `x` where the keys are tuples and the values are integers. The dictionary is defined as: x = {(1, 2): 1, (2, 3): 2} When you access the value associated with the key `(1, 2)` using `x[1, 2]`, you are essentially looking for the value stored for the key `(1, 2)` in the dictionary `x`. The key `(1, 2)` has an associated value of `1`. So, the expected output of the code: print(x[1, 2]) is: 1
upvoted 1 times
...
christostz03
5 months, 2 weeks ago
d 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