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 e407e5d commit c7843f5Copy full SHA for c7843f5
concepts/basics/about.md
@@ -152,7 +152,7 @@ def add_two_numbers(number_one, number_two):
152
# the variable will also return the value.
153
>>> sum_with_return = add_two_numbers(5, 6)
154
>>> print(sum_with_return)
155
-7
+11
156
```
157
158
Functions that do not have an _explicit_ `return` expression will _implicitly_ return the [`None`][none] object.
0 commit comments