Skip to content

Commit 54805c8

Browse files
authored
Fix the basic-optional challenge, as the question could pass without having to answer before. (laike9m#22)
1 parent a2542dc commit 54805c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/basic-optional/question.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77

8-
def foo(x=0):
8+
def foo(x):
99
pass
1010

1111

0 commit comments

Comments
 (0)