8000 Adding readme data · zfoxpython/intro-to-python@5154b26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5154b26

Browse files
committed
Adding readme data
1 parent 8b69408 commit 5154b26

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

session_04/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Session 4
22

33
In this session we cover:
4+
- Lists
5+
- For loops
6+
- Ranges

session_05/exercises/exercises_5.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010
7. Print a multiplication table for the number 18 up to 15. E.g.
1111
1 x 18 = 18
1212
2 x 18 = 36
13-
8. Rewrite question B2 from session 4 using a while loop
14-
- B2 - Print the numbers 1 to 100 (including the number 100)
13+
8. Print the numbers 1 to 100 (including the number 100) using a while loop
1514
9. Rewrite question B8 from session 3 using a while loop
16-
- B8 - Create a list of 5 numbers. Write a for loop which appends the square of each number to the new list
15+
- A school has following rules for their grading system:
16+
a. Above 80 – A
17+
b. 60 to 80 – B
18+
c. 50 to 60 – C
19+
d. 45 to 50 – D
20+
e. 25 to 45 – E
21+
f. Below 25 - F
22+
Ask user to enter the lesson and the marks for three lessons and print out the corresponding grades for the lesson.
1723
10. Ask the user to enter the names of people who entered a prize draw. Select a random winner and print their name
1824
11. Create a rock, paper, scissors game which is run against computer. This is a game where you select either rock/paper/scissors and you compare it to your opponents choice. Rock beats scissors, paper beats rock, scissors beats paper. If both choose the same, then you play again
1925
- Expand this so that its best of 3 games

session_06/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Session 6
22

33
In this session we cover:
4+
- Tuples/Sets
5+
- Dictionaries
6+
- Nested Collections

session_08/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Session 8
22

33
In this session we cover:
4+
- Files
5+
- Reading Files
6+
- Writing Files

session_12/slides/session_12.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818

1919
---
2020

21+
# [fit] Next Session
22+
### Tuesday 4th August 10am
23+
### @ihfcode
24+
25+
---
26+
2127
# Make a Game
2228

2329
---
@@ -53,4 +59,4 @@
5359

5460
# [fit] Next Session
5561
### Tuesday 4th August 10am
56-
### Making Games Continued
62+
### @ihfcode

0 commit comments

Comments
 (0)
0