8000 Quiz on functions: update correct answer to 2nd question (#95) · marcusberr/python-tutorial@9e128de · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e128de

Browse files
authored
Quiz on functions: update correct answer to 2nd question (empa-scientific-it#95)
1 parent 9859dfc commit 9e128de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, title=""):
2121
"Only to make the code more readable": "Not only...",
2222
"To improve code readability and document the expected types of arguments and return values": "Correct!",
2323
},
24-
correct_answer="To improve code readability document the expected types of arguments and return values",
24+
correct_answer="To improve code readability and document the expected types of arguments and return values",
2525
shuffle=True,
2626
)
2727

0 commit comments

Comments
 (0)
0