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

Exam PCAP-31-03 All Questions

View all questions & answers for the PCAP-31-03 exam

Exam PCAP-31-03 topic 1 question 5 discussion

Actual exam question from Python Institute's PCAP-31-03
Question #: 5
Topic #: 1
[All PCAP-31-03 Questions]

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

  • A. from pypack.upper.lower import module_c
  • B. import pypack.upper.lower.module_c
  • C. import upper.module_c
  • D. import upper.lower.module_c
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
herrmann69
Highly Voted 5 months, 3 weeks ago
Selected Answer: AB
A and B are correct. from pypack.upper.lower import module_c import import pypack.upper.lower.module_c C is missing "lower" between "upper" and "module_c" D is missing "pypack" as the parent of "upper"
upvoted 5 times
...
thewoodsii81
Most Recent 1 week, 3 days ago
Selected Answer: AB
see hermann69 comment
upvoted 1 times
...
Dave304409
4 months, 3 weeks ago
Selected Answer: AB
is correct
upvoted 1 times
...
DKAT2023
4 months, 3 weeks ago
A and B
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 ...