Skip to content

Commit 79082e8

Browse files
authored
Update slash_usage.py
1 parent 6bbbdae commit 79082e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-asterisk-and-slash-special-parameters/slash_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
def slash_usage(position_only, /, keyword_only):
22
print(position_only, keyword_only)
33

4-
slash_usage("Frank", keyword_only="Dean")
54

5+
slash_usage("Frank", keyword_only="Dean")
66

77
slash_usage(position_only="Frank", keyword_only="Dean")
88

0 commit comments

Comments
 (0)