Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam PCAP-31-03 Topic 1 Question 149 Discussion

Actual exam question for Python Institute's PCAP-31-03 exam
Question #: 149
Topic #: 1
Which of the following sentences are true? (Select two answers)

Suggested Answer: B,D Vote an answer

Reference: https://www.afternerd.com/blog/python-lists-for-absolute-beginners/

by kvanman at Apr 07, 2026, 02:08 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
kvanman
2026-04-07 14:08:13
All acceptable

>>> a = (1, [1,2])
>>> b = [1, (1,2)]
>>> c = (1, (1,2))
>>> d = [1, [1,2]]
upvoted 1 times
...
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.