Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lesson02/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ <h3>Math in Python</h3>
>>> print "one kilobyte is 2^10 bytes, or", 2**10, "bytes"
one kilobyte is 2^10 bytes, or 1024 bytes
(you can print sums and variables in a sentence.
The commas seperating each section are a way of
seperating clearly different things that you are printing)
The commas separating each section are a way of
separating clearly different things that you are printing)

>>> 21/3
7
Expand Down Expand Up @@ -233,4 +233,4 @@ <h3>Conclusion</h3>
<p>sthurlow.com</p>

</div></div></body>
</html>
</html>