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

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

What is the expected output of the following code?

  • A. 0
  • B. 1
  • C. False
  • D. True
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
The expected output of the given code is True. Here's a breakdown of why: data1 = 'a', 'b' creates a tuple with two elements, 'a' and 'b'. data2 = ('a', 'b') also creates a tuple with two elements, 'a' and 'b'. In Python, tuples can be created either by using parentheses or by simply separating elements with commas. Therefore, both data1 and data2 are tuples containing the same elements in the same order. When we compare data1 == data2, we are checking if the two tuples are equal. Since both tuples contain the same elements in the same order, the comparison returns True. So, the expected output is: True
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