One more test

This commit is contained in:
rocky
2017-10-05 11:19:36 -04:00
parent d4f6cec3d0
commit 2ea7487ca7

View File

@@ -0,0 +1,5 @@
# We have to do contortions here because
# lambda's have to be more or less on a line
f = lambda x: 1 if x<2 else 3
f(5)