Skip to content

Commit

Permalink
Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Asabeneh committed Jul 9, 2020
1 parent 509d828 commit f86fbc1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 11_Day_Functions/11_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ def do_something(f, x):
print(do_something(square_number, 3))
```

🌕 You achieved quite a lot so far. Keep going! You have just completed day 11 challenges and you are 11 steps a head in to your way to greatness. Now do some exercises for your brain and for your muscle.

## 💻 Exercises: Day 11

1. Declare a function _add_two_numbers_. It takes two parameters and it returns a sum.
Expand Down Expand Up @@ -441,4 +443,4 @@ print(sum_all_numbers(100)) # 5050

🎉 CONGRATULATIONS ! 🎉

[<< Day 10](../10_Day_Loops/10_loop.md) | [Day 12 >>](../12_Day_Modules/12_modules.md)
[<< Day 10](../10_Day_Loops/10_loops.md) | [Day 12 >>](../12_Day_Modules/12_modules.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f86fbc1

Please sign in to comment.