Skip to content

Commit e407e5d

Browse files
authored
[Guido's Gorgeous Lasagna] Update introduction.md (#3732)
Corrected example/sum on line 107 to 11.
1 parent 5e4dc23 commit e407e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/guidos-gorgeous-lasagna/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def add_two_numbers(number_one, number_two):
104104
# the variable will also return the value.
105105
>>> sum_with_return = add_two_numbers(5, 6)
106106
>>> print(sum_with_return)
107-
7
107+
11
108108
```
109109

110110

0 commit comments

Comments
 (0)