We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9859dfc commit 9e128deCopy full SHA for 9e128de
tutorial/functions.py
@@ -21,7 +21,7 @@ def __init__(self, title=""):
21
"Only to make the code more readable": "Not only...",
22
"To improve code readability and document the expected types of arguments and return values": "Correct!",
23
},
24
- correct_answer="To improve code readability document the expected types of arguments and return values",
+ correct_answer="To improve code readability and document the expected types of arguments and return values",
25
shuffle=True,
26
)
27
0 commit comments