Skip to content

Commit 3caba0b

Browse files
Initial commit
1 parent d5fee61 commit 3caba0b

File tree

3 files changed

+543
-0
lines changed

3 files changed

+543
-0
lines changed

Day 5/10.py

+3
Original file line numberDiff line numberDiff line change
@@ -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

Whitespace-only changes.

0 commit comments

Comments
 (0)