Company Exam
Interview Question
Interview Experience
Quants
Reasoning
Verbal
MCQs
Tutorials
DSA
Ques 1 Lambda Function
What is the output of the following Python Code?
fun=lambda x:return x*x print(fun(5))