Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 39 Topic 4 Discussion

Python Institute Certified Associate in Python Programming PCAP-31-03 Question # 39 Topic 4 Discussion

PCAP-31-03 Exam Topic 4 Question 39 Discussion:
Question #: 39
Topic #: 4

Which of the following expressions evaluate to True? (Select two answers)


A.

121 +1 == int ('1' + 2 * '2')


B.

float ('3.14') == str('3.'+'14')


C.

'xyz'.lower() 'XY'


D.

'8' + '8' !=2 * '8'


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.