square =lambda x:x*xprint("square of 5 is : ",square(5))# your code goes here
Standard input is empty
('square of 5 is : ', 25)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!