Python_Institute
PCAP-31-03 · Question #152
What can you deduce from the line below? (Choose two.)
The correct answer is A. import a.b.c should be placed before that line C. the line is incorrect. See the full explanation below for the reasoning.
Question
What can you deduce from the line below? (Choose two.)
Options
- Aimport a.b.c should be placed before that line
- Bf () is located in subpackage c of subpackage b of package a
- Cthe line is incorrect
- Dthe function being invoked is called a.b.c.f ()
How the community answered
(55 responses)- A84% (46)
- B11% (6)
- D5% (3)
Community Discussion
No community discussion yet for this question.