Skip to content

Commit 02161a8

Browse files
committed
Remove personal anecdote
1 parent efd2893 commit 02161a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session1/Notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ We will discuss more on if statements in the next session.
367367
6) **Odd detector:** create a program, which takes an input (an int) and outputs "This number is odd" if the input was 1 and "This input was not odd" otherwise. (*You may want to use the operator %. a % b gives the remainder when a is divided by b.*)
368368
## Want more?
369369

370-
Check out [this Python tutorial playlist][bucky]! We covered videos 1,2,3,7 this session but feel free to watch and learn more and learn. In fact that is how I learnt Python.
370+
Check out [this Python tutorial playlist][bucky]! We covered videos 1,2,3,7 this session but feel free to watch and learn more and learn.
371371

372372
<!-- ## Good resources to look at
373373

0 commit comments

Comments
 (0)