Skip to content

Commit 2e6b69e

Browse files
author
Tania Allard
committed
Typos and stuff
1 parent 2790263 commit 2e6b69e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

β€ŽHacktoberfest.mdβ€Ž

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. Go to [https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/)
1+
1. Go to [https://hacktoberfest.digitalocean.com/](https://hacktoberfest.digitalocean.com/) :jack_o_lantern:
22
and Sign up using your GitHub account
33
2. Make sure that your local repository is up to date (Pull your repo! see the GIF below)
44
![pull](./assets/pull.gif)
@@ -7,18 +7,19 @@ see 'master')
77
4. Complete the following tasks
88

99
## Task 1
10-
1. Open the 'team.md' file contained in the Hacktoberfest folder
10+
1. Open the `team.md` file contained in the Hacktoberfest folder
1111
![hack](./assets/hack.PNG)
1212
2. Copy the lines in the document and paste them below the dashes (---) replace this with your own personal information and save the document
1313
3. Stage your files, write a commit message and push to your GitHub account
1414
![commit](./assets/com.gif)
15-
4. Create a pull request from your repository to the main trallard/Shef_CodeFirst_python one
15+
4. Create a pull request from your repository to the main `trallard/Shef_CodeFirst_Python` one
16+
![pr](./assets/PR.mp4)
1617

1718

1819
## Task 2
19-
Practise with functions!
20-
1. Create a new script in the Hactober fest and name it with your own username (e.g for me it would be trallard.py)
21-
2. Remember what we learned about use inputs, variables and printing? In your new script create a code for a very basic Starbucks bot :P (check exc 12 from the book for inspiration). Make sure the bot does the following things:
20+
Fun with functions!
21+
1. Create a new script in the Hacktoberfest folder and name it with your own username (e.g for me it would be `trallard.py`)
22+
2. Remember what we learned about use inputs, variables and printing? In your new script create a code for a very basic Starbucks bot 😜 (check exercise 12 from the book for inspiration). Make sure the bot does the following things:
2223
1. Ask for the user name
2324
2. Ask for the order
2425
3. Ask if you want whole milk or almond milk
@@ -27,7 +28,7 @@ Practise with functions!
2728
4. Create a pull request for this task too!
2829

2930

30-
## Task 3!!! You are almost done!
31+
## Task 3!!! You are almost done! :fire:
3132
1. Complete Exercise 21 in the Learn the Python the hard way. Save your script as `<username>21.py` (e.g. trallard.py) in the Hacktoberfest folder.
3233
2. Once completed commit your changes, and push to your repository!
3334
3. Make your final pull request to the repository.

β€Žassets/PR.mp4β€Ž

10.8 MB
Binary file not shown.

0 commit comments

Comments
Β (0)