Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94549f1 commit f809310Copy full SHA for f809310
‎README.md
@@ -82,7 +82,7 @@ written correctly.
82
- [The `while` statement](src/control_flow/test_while.py)
83
- [The `try` statements](src/control_flow/test_try.py)
84
- [The `break` statement](src/control_flow/test_break.py)
85
- - [The `continue` statement](src/control_flow/test_break.py)
+ - [The `continue` statement](src/control_flow/test_continue.py)
86
5. **Functions**
87
- [Function Definition](src/functions/test_function_definition.py) (`def` and `return` statements)
88
- [Scopes of Variables Inside Functions](src/functions/test_function_scopes.py) (`global` and `nonlocal` statements)
0 commit comments