Skip to content

Commit ad71fe7

Browse files
committed
fix typo
1 parent eeef9c1 commit ad71fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Enter something: hello
152152
- `function()` calls a function without any arguments, and
153153
`function(1, 2, 3)` calls a function with 1, 2 and 3 as arguments.
154154
`x = function()` calls a function, and assigns the return value of
155-
the call to y.
155+
the call to x.
156156
- When a function is called, it does something and returns something.
157157
- Python comes with `print` and `input`. They are built-in functions.
158158

0 commit comments

Comments
 (0)