Free PCAP Python-Institute PCAP Practice Test Question

Loading demo links...

Showing 4–6 of 14 questions

Question 4 (Topic 1)

What is the expected output of the following snippet?

Select an option, then click Submit answer.

  • 3
  • 1
  • 2
  • the code is erroneous
Question 5 (Topic 1)

Can a module run like regular code?

Select an option, then click Submit answer.

  • yes, and it can differentiate its behavior between the regular launch and import
  • it depends on the Python version
  • yes, but in cannot differentiate its behavior between the regular launch and import
  • no, it is not possible; a module can be imported, not run
Question 6 (Topic 1)

What is the expected behavior of the following snippet? It will:

Select an option, then click Submit answer.

  • cause a runtime exception on line 02
  • cause a runtime exception on line 01
  • cause a runtime exception on line 03
  • print 3