Skip to content

Commit 2790263

Browse files
author
Tania Allard
committed
Finished tasks
1 parent 9f20980 commit 2790263

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

Hacktoberfest.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,26 @@ see 'master')
1010
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
13-
3. Stage your files, write a commit message and Pull to your GitHub account
13+
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
16+
1517

1618
## 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:
22+
1. Ask for the user name
23+
2. Ask for the order
24+
3. Ask if you want whole milk or almond milk
25+
4. Print a statement confirming the order and giving a price for this!
26+
3. Make sure it runs, save it, commit your changes in Gitkraken and push to your GitHub account.
27+
4. Create a pull request for this task too!
28+
29+
30+
## Task 3!!! You are almost done!
31+
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.
32+
2. Once completed commit your changes, and push to your repository!
33+
3. Make your final pull request to the repository.
34+
35+
Remember you have up to 11:59pm October 31st to complete this. If you need any help let us know on Facebook, slack or via email!

0 commit comments

Comments
 (0)