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

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

With regards to the directory structure below, select the proper forms of the directives in order to import module_a. (Choose two.)

  • A. from pypack import module_a
  • B. import module_a from pypack
  • C. import module_a
  • D. import pypack.module_a
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

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
macxsz
2 years, 7 months ago
Selected Answer: AD
A. from pypack import module_a D. import pypack.module_a
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 ...