PCAP-31-02 Certified Associate in Python Programming

Loading demo links...

Showing 1–3 of 10 questions

Question 1

Which of the following words can be used as a variable name? (Select two valid names)

Select all that apply, then click Submit answer.

  • for

  • True

  • true

  • For

Question 2

Which of the following literals reflect the value given as 34.23? (Select two answers)

Select all that apply, then click Submit answer.

  • .3423e2

  • 3423e-2

  • .3423e-2

  • 3423e2

Question 3

Assuming that the following snippet has been successfully executed, which of the equations are True? (Select two answers)

Select all that apply, then click Submit answer.

  • len(a) == len (b)

  • b [0] +1 ==a [0]

  • a [0] == b [0]

  • a [0] + 1 ==b [0]