Exit PCAP-31-03 PCAP - Certified Associate in Python Programming
Question 1 of 5
0% complete
Q1 Multiple choice

Assuming that the code below has been executed successfully, which of the expressions evaluate to True? (Choose two.)

Select all that apply.

  • A

    len(Class.__dict__) == 1

  • B

    `data' in Class.__dict__

  • C

    `var' in Class.__dict__

  • D

    `data' in Object.__dict__

Previous Next