1 parent 4f9b70b commit a8ecf6eCopy full SHA for a8ecf6e
1 file changed
source/c07/p04_return_multiple_values_from_function.rst
@@ -15,7 +15,7 @@
15
.. code-block:: python
16
17
>>> def myfun():
18
- ... return 1, 2, 3
+ ... return 1, 2, 3
19
...
20
>>> a, b, c = myfun()
21
>>> a
0 commit comments