We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fee61 commit 3caba0bCopy full SHA for 3caba0b
Day 5/10.py
@@ -0,0 +1,3 @@
1
+print((lambda x, y, z=3: x + y + z)(1, y=2))
2
+
3
+print((lambda *args : sum(args)/len(args))(1,2,3))
Day 6/1.py
0 commit comments