Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
josemoracard authored Nov 22, 2023
commit ddff8b17f44858f310477c9719744007d375175e
2 changes: 1 addition & 1 deletion exercises/05-Defining-vs-Calling-a-function/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def concatenate_number_to_string(local_number, local_string):

## 💡 Hint:

+ Remember to add the `return` line. Every function should return something, in this case it should be the result of the multiplication.
+ Remember to add the `return` line. Every function should return something, in this case, it should be the result of the multiplication.