Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam PCAP All Questions

View all questions & answers for the PCAP exam

Exam PCAP topic 1 question 130 discussion

Actual exam question from Python Institute's PCAP
Question #: 130
Topic #: 1
[All PCAP Questions]

Which of the following lines of code will work flawlessly when out independently inside the inc() method in order to make the snippet's output equal to 3?
(Choose two.)

  • A. put(self.prop + val)
  • B. self.put(get() + val)
  • C. self.put(self.get() + val)
  • D. self.put(self.prop + val)
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

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
CC_DC
1 year, 4 months ago
Missing the dot between MyClass and Var. Yuckity, yuck, yuck!
upvoted 1 times
...
macxsz
2 years, 6 months ago
Selected Answer: CD
C. self.put(self.get() + val) D. self.put(self.prop + val)
upvoted 3 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 ...