πŸ“Š Python
Q. What is the output of the following code?
Code:
res = lambda x: x * x
print(res(5))
  • (A) 5
  • (B) res(5)
  • (C) 25
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (C) 25

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
210
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
99%
Success Rate