mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
typo
This commit is contained in:
@@ -17,11 +17,11 @@ body{counter-reset:h1 7}
|
|||||||
</blockquote>
|
</blockquote>
|
||||||
<p id=toc>
|
<p id=toc>
|
||||||
<h2 id=divingin>Diving In</h2>
|
<h2 id=divingin>Diving In</h2>
|
||||||
<p class=f>H<code>AWAII + IDAHO + IOWA + OHIO = STATES</code>. Or, to put it another way, <code>510199 + 98153 + 9301 + 3593 == 621246</code>. Am I speaking in tongues? No, it's just a puzzle.
|
<p class=f>H<code>AWAII + IDAHO + IOWA + OHIO == STATES</code>. Or, to put it another way, <code>510199 + 98153 + 9301 + 3593 == 621246</code>. Am I speaking in tongues? No, it's just a puzzle.
|
||||||
|
|
||||||
<p>Let me spell it out for you.
|
<p>Let me spell it out for you.
|
||||||
|
|
||||||
<pre><code>HAWAII + IDAHO + IOWA + OHIO = STATES
|
<pre><code>HAWAII + IDAHO + IOWA + OHIO == STATES
|
||||||
510199 + 98153 + 9301 + 3593 == 621246
|
510199 + 98153 + 9301 + 3593 == 621246
|
||||||
|
|
||||||
H = 5
|
H = 5
|
||||||
|
|||||||
Reference in New Issue
Block a user