Skip to content

Commit 95937fe

Browse files
authored
Update README.md
1 parent 46963a8 commit 95937fe

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

exercises/01-hello-world/README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,30 @@
22
intro: "https://www.youtube.com/watch?v=awa_yfGgy9s"
33
---
44

5-
# Learn Python Functions!
5+
# Welcome to Python Functions!
66

77
We are very excited to have you here !! 🎉 😂
88

9-
Click `next` on the top right of this instructions when you are ready to start.
9+
Click `next` on the top right of these instructions when you are ready to start.
1010

11-
During this course you will be learning the following concepts:
11+
During this course, you will be learning the following concepts:
1212

13-
1. Learning how to create and call **functions.***
13+
1. Learning how to create and call functions.
1414

15-
2. Building your first real **functions**
15+
2. Building your first real functions.
1616

17-
3. Get comfortable using Python **Lambda Functions**
17+
3. Get comfortable using Python Lambda Functions.
1818

19-
4. Construct **functions** with parameters.
19+
4. Construct functions with parameters.
2020

21-
5. Real life examples for **functions**
21+
5. Real life examples for functions.
2222

2323
## Contributors
2424

2525
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
2626

27-
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) :computer: (idea) 🤔, (build-tests) :warning:, (pull-request-review) :eyes: (build-tutorial) :white_check_mark: (documentation) :book:
28-
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) :bug:, contribution: (coder), (translation) :earth_americas:
29-
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) :bug:, (translation) :earth_africa:
27+
1. [Alejandro Sanchez (alesanchezr)](https://github.com/alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 🤓, (build-tutorial) ✅, (documentation) 📖
28+
2. [Paolo (plucodev)](https://github.com/plucodev), contribution: (bug reports) 🐛, (coder) 💻, (translation) 🌎
29+
3. [Marco Gómez (marcogonzalo)](https://github.com/marcogonzalo), contribution: (bug reports) 🐛, (translation) 🌎
3030

31-
This project follows the
32-
[all-contributors](https://github.com/kentcdodds/all-contributors)
33-
specification. Contributions of any kind are welcome!
31+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!

0 commit comments

Comments
 (0)