File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ for thing in things:
44
44
45
45
[ Read more about lists in ThinkPython
46
46
here.] ( http://greenteapress.com/thinkpython2/html/thinkpython2011.html )
47
- Skip the chapter "10.7 Map, filter and reduce", and all excercises . You
47
+ Skip the chapter "10.7 Map, filter and reduce", and all exercises . You
48
48
would need to know how to define functions using the ` def ` keyword, but
49
49
we haven't talked about that yet.
50
50
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ here.](http://greenteapress.com/thinkpython2/html/thinkpython2002.html).
6
6
7
7
Read the glossary also, but don't study it too much. Some things in it
8
8
are useful to know, but I think studying it carefully would be really
9
- boring. Also do all excercises except the last one. It's more about
9
+ boring. Also do all exercises except the last one. It's more about
10
10
math skills than learning Python.
11
11
12
12
When you're done reading, read the summary below and make sure you've
@@ -27,7 +27,7 @@ learned everything.
27
27
doesn't matter if you use 'single quotes' or "double quotes",
28
28
they do the same thing in Python.
29
29
30
- ## More excercises
30
+ ## More exercises
31
31
32
32
1 . What happens if you use + between two strings, like
33
33
` "hello" + "world" ` ?
Original file line number Diff line number Diff line change 1
1
- Lists and tuples
2
2
- Loops (maybe move while loops here?)
3
3
- Defining functions
4
- - More excercises !
4
+ - More exercises !
You can’t perform that action at this time.
0 commit comments