Blog available for sell
This blog is available for sale. Please 'contact us' if interested.
Advertise with us

Python Multiple Choice Questions
What is the list comprehension equivalent for: list(map(lambda x:x**-1, [1, 2, 3]))
A. [1|x for x in [1, 2, 3]]
B. [-1**x for x in [1, 2, 3]]
C. [x**-1 for x in [1, 2, 3]]
D. [x^-1 for x in range(4)]
Show Answer




DigitalOcean Referral Badge

© 2022-2023 Python Circle   Contact   Sponsor   Archive   Sitemap