You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Hacktoberfest.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,26 @@ see 'master')
10
10
1. Open the 'team.md' file contained in the Hacktoberfest folder
11
11

12
12
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
14
14

15
+
4. Create a pull request from your repository to the main trallard/Shef_CodeFirst_python one
16
+
15
17
16
18
## 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