Skip to content

Commit 04b1542

Browse files
committed
-
1 parent 9d07884 commit 04b1542

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

1.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def f(x, *, y=3):
2+
return 7
3+

0 commit comments

Comments
 (0)