Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 17 Topic 2 Discussion

Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 17 Topic 2 Discussion

PCAP-31-03 Exam Topic 2 Question 17 Discussion:
Question #: 17
Topic #: 2

A Python module named pymod, py contains a function named pyfun ( ).

Which of the following snippets will let you invoke the function? (Select two answers)


A.

From pymod import ‘

Pymod.pyfun ( )


B.

Import pymod

Pymod. Pyfun ( )


C.

Import pyfun from pymod

Pyfun ( )


D.

From pymod import pyfun

Pyfun ( )


Get Premium PCAP-31-03 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.