nerdexam
Python_Institute

PCAP-31-03 · Question #109

What can you do if you don't like a long package path like this one?

The correct answer is D. you can make an alias for the name using the as keyword. See the full explanation below for the reasoning.

Question

What can you do if you don't like a long package path like this one?

Options

  • Ayou can make an alias for the name using the alias keyword
  • Bnothing, you need to come to terms with it
  • Cyou can shorten it to alpha. zeta and Python will find the proper connection
  • Dyou can make an alias for the name using the as keyword

How the community answered

(65 responses)
  • A
    3% (2)
  • B
    6% (4)
  • C
    15% (10)
  • D
    75% (49)

Community Discussion

No community discussion yet for this question.

Full PCAP-31-03 Practice