codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/QafnDHQv
[
raw code
|
output
|
fork
]
Python
,
pasted on Nov 1:
1
2
3
sqrt
=
lambda
x
:
x
**.
5
print
sqrt
(
2
)
Output:
1
1.41421356237
Create a new paste based on this one
Comments: