We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d07884 commit 04b1542Copy full SHA for 04b1542
1.py
@@ -0,0 +1,3 @@
1
+def f(x, *, y=3):
2
+ return 7
3
+
0 commit comments