What is true about Python packages? (Select two answers)
Answer(s): B,C
A Python module named pymod.py contains a variable named pyvar.Which of the following snippets will let you access the variable? (Select two answers)
Answer(s): A,D
Assuming that the code below has been executed successfully, which of the following expressions will always evaluate to True? (Select two answers)import randomv1 = random. random()v2 = random. random()
With regards to the directory structure below, select the proper forms of the directives in order to import module_(Select two answers)
Post your Comments and Discuss Python Institute PCAP exam with other Community members:
Jigar Singh Commented on July 29, 2023 Nice question Anonymous