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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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:
2
2
and Sign up using your GitHub account
3
3
2. Make sure that your local repository is up to date (Pull your repo! see the GIF below)
4
4

@@ -7,18 +7,19 @@ see 'master')
7
7
4. Complete the following tasks
8
8
9
9
## 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
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
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
15
+
4. Create a pull request from your repository to the main `trallard/Shef_CodeFirst_Python` one
16
+

16
17
17
18
18
19
## 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:
22
23
1. Ask for the user name
23
24
2. Ask for the order
24
25
3. Ask if you want whole milk or almond milk
@@ -27,7 +28,7 @@ Practise with functions!
27
28
4. Create a pull request for this task too!
28
29
29
30
30
-
## Task 3!!! You are almost done!
31
+
## Task 3!!! You are almost done!:fire:
31
32
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
33
2. Once completed commit your changes, and push to your repository!
33
34
3. Make your final pull request to the repository.
0 commit comments