-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.html
65 lines (65 loc) · 1.63 KB
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<title>readme</title>
<style type="text/css">
code {
white-space: pre-wrap;
}
span.smallcaps {
font-variant: small-caps;
}
span.underline {
text-decoration: underline;
}
div.column {
display: inline-block;
vertical-align: top;
width: 50%;
}
</style>
</head>
<body>
<h1 id="practice-exercises">Practice Exercises</h1>
<ul>
<li>
<a href="ch04_first_lines/readme.md">Chapter 4: First lines of code</a>
</li>
<li>
<a href="ch05_interactive_code/readme.md"
>Chapter 5: Interactive code</a
>
</li>
<li>
<a href="ch06-organizing-code-with-functions/readme.md"
>Chapter 6: Functions</a
>
</li>
<li>
<a href="ch07_data_structures/readme.md">Chapter 7: Data structures</a>
</li>
<li>
<a href="ch08_problem_solving/readme.md">Chapter 8: Problem solving</a>
</li>
<li>
<a href="ch09_working_with_files/readme.md"
>Chapter 9: Working with files</a
>
</li>
<li>
<a href="ch10_external_libraries/readme.md"
>Chapter 10: External libraries</a
>
</li>
<li>
<a href="ch11-error-handling/readme.md">Chapter 11: Error handling</a>
</li>
</ul>
</body>
</html>