-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path00-front-matter.html
465 lines (447 loc) · 23 KB
/
00-front-matter.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Preface — Pense Python 2e documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '2e',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Pense Python 2e documentation" href="index.html" />
<link rel="next" title="The way of the program" href="01-the-way.html" />
<link rel="prev" title="Welcome to Pense Python’s documentation!" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
</head>
<body role="document">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<p>[chapter]</p>
<div class="line-block">
<div class="line">3 Think Python</div>
<div class="line">How to Think Like a Computer Scientist</div>
</div>
<p>2nd Edition, Version 2.2.14</p>
<div class="line-block">
<div class="line">3 Think Python</div>
<div class="line">How to Think Like a Computer Scientist</div>
</div>
<p>2nd Edition, Version 2.2.14</p>
<p>Allen Downey</p>
<p>Green Tea Press</p>
<p>Needham, Massachusetts</p>
<p>Copyright © 2015 Allen Downey.</p>
<div class="line-block">
<div class="line">Green Tea Press</div>
<div class="line">9 Washburn Ave</div>
<div class="line">Needham MA 02492</div>
</div>
<p>Permission is granted to copy, distribute, and/or modify this document
under the terms of the Creative Commons Attribution-NonCommercial 3.0
Unported License, which is available at
<a class="reference external" href="http://creativecommons.org/licenses/by-nc/3.0/">http://creativecommons.org/licenses/by-nc/3.0/</a>.</p>
<p>The original form of this book is LaTeX source code. Compiling this
LaTeX source has the effect of generating a device-independent
representation of a textbook, which can be converted to other formats
and printed.</p>
<p>The LaTeX source for this book is available from
<a class="reference external" href="http://www.thinkpython2.com">http://www.thinkpython2.com</a></p>
<p>Think Python: How to Think Like a Computer Scientist</p>
<p>Allen B. Downey</p>
<p>2nd Edition, Version 2.2.14</p>
<div class="section" id="preface">
<h1>Preface<a class="headerlink" href="#preface" title="Permalink to this headline">¶</a></h1>
<div class="section" id="the-strange-history-of-this-book">
<h2>The strange history of this book<a class="headerlink" href="#the-strange-history-of-this-book" title="Permalink to this headline">¶</a></h2>
<p>In January 1999 I was preparing to teach an introductory programming
class in Java. I had taught it three times and I was getting frustrated.
The failure rate in the class was too high and, even for students who
succeeded, the overall level of achievement was too low.</p>
<p>One of the problems I saw was the books. They were too big, with too
much unnecessary detail about Java, and not enough high-level guidance
about how to program. And they all suffered from the trap door effect:
they would start out easy, proceed gradually, and then somewhere around
Chapter 5 the bottom would fall out. The students would get too much new
material, too fast, and I would spend the rest of the semester picking
up the pieces.</p>
<p>Two weeks before the first day of classes, I decided to write my own
book. My goals were:</p>
<ul class="simple">
<li>Keep it short. It is better for students to read 10 pages than not
read 50 pages.</li>
<li>Be careful with vocabulary. I tried to minimize jargon and define
each term at first use.</li>
<li>Build gradually. To avoid trap doors, I took the most difficult
topics and split them into a series of small steps.</li>
<li>Focus on programming, not the programming language. I included the
minimum useful subset of Java and left out the rest.</li>
</ul>
<p>I needed a title, so on a whim I chose <em>How to Think Like a Computer
Scientist</em>.</p>
<p>My first version was rough, but it worked. Students did the reading, and
they understood enough that I could spend class time on the hard topics,
the interesting topics and (most important) letting the students
practice.</p>
<p>I released the book under the GNU Free Documentation License, which
allows users to copy, modify, and distribute the book.</p>
<p>What happened next is the cool part. Jeff Elkner, a high school teacher
in Virginia, adopted my book and translated it into Python. He sent me a
copy of his translation, and I had the unusual experience of learning
Python by reading my own book. As Green Tea Press, I published the first
Python version in 2001.</p>
<p>In 2003 I started teaching at Olin College and I got to teach Python for
the first time. The contrast with Java was striking. Students struggled
less, learned more, worked on more interesting projects, and generally
had a lot more fun.</p>
<p>Since then I’ve continued to develop the book, correcting errors,
improving some of the examples and adding material, especially
exercises.</p>
<p>The result is this book, now with the less grandiose title <em>Think
Python</em>. Some of the changes are:</p>
<ul class="simple">
<li>I added a section about debugging at the end of each chapter. These
sections present general techniques for finding and avoiding bugs,
and warnings about Python pitfalls.</li>
<li>I added more exercises, ranging from short tests of understanding to
a few substantial projects. Most exercises include a link to my
solution.</li>
<li>I added a series of case studies—longer examples with exercises,
solutions, and discussion.</li>
<li>I expanded the discussion of program development plans and basic
design patterns.</li>
<li>I added appendices about debugging and analysis of algorithms.</li>
</ul>
<p>The second edition of <em>Think Python</em> has these new features:</p>
<ul class="simple">
<li>The book and all supporting code have been updated to Python 3.</li>
<li>I added a few sections, and more details on the web, to help
beginners get started running Python in a browser, so you don’t have
to deal with installing Python until you want to.</li>
<li>For Chapter [turtle] I switched from my own turtle graphics package,
called Swampy, to a more standard Python module, turtle, which is
easier to install and more powerful.</li>
<li>I added a new chapter called “The Goodies”, which introduces some
additional Python features that are not strictly necessary, but
sometimes handy.</li>
</ul>
<p>I hope you enjoy working with this book, and that it helps you learn to
program and think like a computer scientist, at least a little bit.</p>
<div class="line-block">
<div class="line">Allen B. Downey</div>
<div class="line">Olin College</div>
</div>
</div>
<div class="section" id="acknowledgments">
<h2>Acknowledgments<a class="headerlink" href="#acknowledgments" title="Permalink to this headline">¶</a></h2>
<p>Many thanks to Jeff Elkner, who translated my Java book into Python,
which got this project started and introduced me to what has turned out
to be my favorite language.</p>
<p>Thanks also to Chris Meyers, who contributed several sections to <em>How to
Think Like a Computer Scientist</em>.</p>
<p>Thanks to the Free Software Foundation for developing the GNU Free
Documentation License, which helped make my collaboration with Jeff and
Chris possible, and Creative Commons for the license I am using now.</p>
<p>Thanks to the editors at Lulu who worked on <em>How to Think Like a
Computer Scientist</em>.</p>
<p>Thanks to the editors at O’Reilly Media who worked on <em>Think Python</em>.</p>
<p>Thanks to all the students who worked with earlier versions of this book
and all the contributors (listed below) who sent in corrections and
suggestions.</p>
</div>
<div class="section" id="contributor-list">
<h2>Contributor List<a class="headerlink" href="#contributor-list" title="Permalink to this headline">¶</a></h2>
<p>More than 100 sharp-eyed and thoughtful readers have sent in suggestions
and corrections over the past few years. Their contributions, and
enthusiasm for this project, have been a huge help.</p>
<p>If you have a suggestion or correction, please send email to
<a class="reference external" href="mailto:feedback%40thinkpython.com">feedback<span>@</span>thinkpython<span>.</span>com</a>. If I make a change based on your feedback, I
will add you to the contributor list (unless you ask to be omitted).</p>
<p>If you include at least part of the sentence the error appears in, that
makes it easy for me to search. Page and section numbers are fine, too,
but not quite as easy to work with. Thanks!</p>
<ul class="simple">
<li>Lloyd Hugh Allen sent in a correction to Section 8.4.</li>
<li>Yvon Boulianne sent in a correction of a semantic error in Chapter 5.</li>
<li>Fred Bremmer submitted a correction in Section 2.1.</li>
<li>Jonah Cohen wrote the Perl scripts to convert the LaTeX source for
this book into beautiful HTML.</li>
<li>Michael Conlon sent in a grammar correction in Chapter 2 and an
improvement in style in Chapter 1, and he initiated discussion on the
technical aspects of interpreters.</li>
<li>Benoit Girard sent in a correction to a humorous mistake in Section
5.6.</li>
<li>Courtney Gleason and Katherine Smith wrote horsebet.py, which was
used as a case study in an earlier version of the book. Their program
can now be found on the website.</li>
<li>Lee Harr submitted more corrections than we have room to list here,
and indeed he should be listed as one of the principal editors of the
text.</li>
<li>James Kaylin is a student using the text. He has submitted numerous
corrections.</li>
<li>David Kershaw fixed the broken catTwice function in Section 3.10.</li>
<li>Eddie Lam has sent in numerous corrections to Chapters 1, 2, and 3.
He also fixed the Makefile so that it creates an index the first time
it is run and helped us set up a versioning scheme.</li>
<li>Man-Yong Lee sent in a correction to the example code in Section 2.4.</li>
<li>David Mayo pointed out that the word ``unconsciously“ in Chapter 1
needed to be changed to ``subconsciously”.</li>
<li>Chris McAloon sent in several corrections to Sections 3.9 and 3.10.</li>
<li>Matthew J. Moelter has been a long-time contributor who sent in
numerous corrections and suggestions to the book.</li>
<li>Simon Dicon Montford reported a missing function definition and
several typos in Chapter 3. He also found errors in the increment
function in Chapter 13.</li>
<li>John Ouzts corrected the definition of ``return value” in Chapter
3.</li>
<li>Kevin Parks sent in valuable comments and suggestions as to how to
improve the distribution of the book.</li>
<li>David Pool sent in a typo in the glossary of Chapter 1, as well as
kind words of encouragement.</li>
<li>Michael Schmitt sent in a correction to the chapter on files and
exceptions.</li>
<li>Robin Shaw pointed out an error in Section 13.1, where the printTime
function was used in an example without being defined.</li>
<li>Paul Sleigh found an error in Chapter 7 and a bug in Jonah Cohen’s
Perl script that generates HTML from LaTeX.</li>
<li>Craig T. Snydal is testing the text in a course at Drew University.
He has contributed several valuable suggestions and corrections.</li>
<li>Ian Thomas and his students are using the text in a programming
course. They are the first ones to test the chapters in the latter
half of the book, and they have made numerous corrections and
suggestions.</li>
<li>Keith Verheyden sent in a correction in Chapter 3.</li>
<li>Peter Winstanley let us know about a longstanding error in our Latin
in Chapter 3.</li>
<li>Chris Wrobel made corrections to the code in the chapter on file I/O
and exceptions.</li>
<li>Moshe Zadka has made invaluable contributions to this project. In
addition to writing the first draft of the chapter on Dictionaries,
he provided continual guidance in the early stages of the book.</li>
<li>Christoph Zwerschke sent several corrections and pedagogic
suggestions, and explained the difference between <em>gleich</em> and
<em>selbe</em>.</li>
<li>James Mayer sent us a whole slew of spelling and typographical
errors, including two in the contributor list.</li>
<li>Hayden McAfee caught a potentially confusing inconsistency between
two examples.</li>
<li>Angel Arnal is part of an international team of translators working
on the Spanish version of the text. He has also found several errors
in the English version.</li>
<li>Tauhidul Hoque and Lex Berezhny created the illustrations in Chapter
1 and improved many of the other illustrations.</li>
<li>Dr. Michele Alzetta caught an error in Chapter 8 and sent some
interesting pedagogic comments and suggestions about Fibonacci and
Old Maid.</li>
<li>Andy Mitchell caught a typo in Chapter 1 and a broken example in
Chapter 2.</li>
<li>Kalin Harvey suggested a clarification in Chapter 7 and caught some
typos.</li>
<li>Christopher P. Smith caught several typos and helped us update the
book for Python 2.2.</li>
<li>David Hutchins caught a typo in the Foreword.</li>
<li>Gregor Lingl is teaching Python at a high school in Vienna, Austria.
He is working on a German translation of the book, and he caught a
couple of bad errors in Chapter 5.</li>
<li>Julie Peters caught a typo in the Preface.</li>
<li>Florin Oprina sent in an improvement in makeTime, a correction in
printTime, and a nice typo.</li>
<li>D. J. Webre suggested a clarification in Chapter 3.</li>
<li>Ken found a fistful of errors in Chapters 8, 9 and 11.</li>
<li>Ivo Wever caught a typo in Chapter 5 and suggested a clarification in
Chapter 3.</li>
<li>Curtis Yanko suggested a clarification in Chapter 2.</li>
<li>Ben Logan sent in a number of typos and problems with translating the
book into HTML.</li>
<li>Jason Armstrong saw the missing word in Chapter 2.</li>
<li>Louis Cordier noticed a spot in Chapter 16 where the code didn’t
match the text.</li>
<li>Brian Cain suggested several clarifications in Chapters 2 and 3.</li>
<li>Rob Black sent in a passel of corrections, including some changes for
Python 2.2.</li>
<li>Jean-Philippe Rey at Ecole Centrale Paris sent a number of patches,
including some updates for Python 2.2 and other thoughtful
improvements.</li>
<li>Jason Mader at George Washington University made a number of useful
suggestions and corrections.</li>
<li>Jan Gundtofte-Bruun reminded us that “a error” is an error.</li>
<li>Abel David and Alexis Dinno reminded us that the plural of “matrix”
is “matrices”, not “matrixes”. This error was in the book for years,
but two readers with the same initials reported it on the same day.
Weird.</li>
<li>Charles Thayer encouraged us to get rid of the semi-colons we had put
at the ends of some statements and to clean up our use of “argument”
and “parameter”.</li>
<li>Roger Sperberg pointed out a twisted piece of logic in Chapter 3.</li>
<li>Sam Bull pointed out a confusing paragraph in Chapter 2.</li>
<li>Andrew Cheung pointed out two instances of “use before def”.</li>
<li>C. Corey Capel spotted the missing word in the Third Theorem of
Debugging and a typo in Chapter 4.</li>
<li>Alessandra helped clear up some Turtle confusion.</li>
<li>Wim Champagne found a brain-o in a dictionary example.</li>
<li>Douglas Wright pointed out a problem with floor division in arc.</li>
<li>Jared Spindor found some jetsam at the end of a sentence.</li>
<li>Lin Peiheng sent a number of very helpful suggestions.</li>
<li>Ray Hagtvedt sent in two errors and a not-quite-error.</li>
<li>Torsten Hübsch pointed out an inconsistency in Swampy.</li>
<li>Inga Petuhhov corrected an example in Chapter 14.</li>
<li>Arne Babenhauserheide sent several helpful corrections.</li>
<li>Mark E. Casida is is good at spotting repeated words.</li>
<li>Scott Tyler filled in a that was missing. And then sent in a heap of
corrections.</li>
<li>Gordon Shephard sent in several corrections, all in separate emails.</li>
<li>Andrew Turner spotted an error in Chapter 8.</li>
<li>Adam Hobart fixed a problem with floor division in arc.</li>
<li>Daryl Hammond and Sarah Zimmerman pointed out that I served up
math.pi too early. And Zim spotted a typo.</li>
<li>George Sass found a bug in a Debugging section.</li>
<li>Brian Bingham suggested Exercise [exrotatepairs].</li>
<li>Leah Engelbert-Fenton pointed out that I used tuple as a variable
name, contrary to my own advice. And then found a bunch of typos and
a “use before def”.</li>
<li>Joe Funke spotted a typo.</li>
<li>Chao-chao Chen found an inconsistency in the Fibonacci example.</li>
<li>Jeff Paine knows the difference between space and spam.</li>
<li>Lubos Pintes sent in a typo.</li>
<li>Gregg Lind and Abigail Heithoff suggested Exercise [checksum].</li>
<li>Max Hailperin has sent in a number of corrections and suggestions.
Max is one of the authors of the extraordinary <em>Concrete
Abstractions</em>, which you might want to read when you are done with
this book.</li>
<li>Chotipat Pornavalai found an error in an error message.</li>
<li>Stanislaw Antol sent a list of very helpful suggestions.</li>
<li>Eric Pashman sent a number of corrections for Chapters 4–11.</li>
<li>Miguel Azevedo found some typos.</li>
<li>Jianhua Liu sent in a long list of corrections.</li>
<li>Nick King found a missing word.</li>
<li>Martin Zuther sent a long list of suggestions.</li>
<li>Adam Zimmerman found an inconsistency in my instance of an “instance”
and several other errors.</li>
<li>Ratnakar Tiwari suggested a footnote explaining degenerate triangles.</li>
<li>Anurag Goel suggested another solution for <code class="docutils literal"><span class="pre">is_abecedarian</span></code> and
sent some additional corrections. And he knows how to spell Jane
Austen.</li>
<li>Kelli Kratzer spotted one of the typos.</li>
<li>Mark Griffiths pointed out a confusing example in Chapter 3.</li>
<li>Roydan Ongie found an error in my Newton’s method.</li>
<li>Patryk Wolowiec helped me with a problem in the HTML version.</li>
<li>Mark Chonofsky told me about a new keyword in Python 3.</li>
<li>Russell Coleman helped me with my geometry.</li>
<li>Wei Huang spotted several typographical errors.</li>
<li>Karen Barber spotted the the oldest typo in the book.</li>
<li>Nam Nguyen found a typo and pointed out that I used the Decorator
pattern but didn’t mention it by name.</li>
<li>Stéphane Morin sent in several corrections and suggestions.</li>
<li>Paul Stoop corrected a typo in <code class="docutils literal"><span class="pre">uses_only</span></code>.</li>
<li>Eric Bronner pointed out a confusion in the discussion of the order
of operations.</li>
<li>Alexandros Gezerlis set a new standard for the number and quality of
suggestions he submitted. We are deeply grateful!</li>
<li>Gray Thomas knows his right from his left.</li>
<li>Giovanni Escobar Sosa sent a long list of corrections and
suggestions.</li>
<li>Alix Etienne fixed one of the URLs.</li>
<li>Kuang He found a typo.</li>
<li>Daniel Neilson corrected an error about the order of operations.</li>
<li>Will McGinnis pointed out that polyline was defined differently in
two places.</li>
<li>Swarup Sahoo spotted a missing semi-colon.</li>
<li>Frank Hecker pointed out an exercise that was under-specified, and
some broken links.</li>
<li>Animesh B helped me clean up a confusing example.</li>
<li>Martin Caspersen found two round-off errors.</li>
<li>Gregor Ulm sent several corrections and suggestions.</li>
<li>Dimitrios Tsirigkas suggested I clarify an exercise.</li>
<li>Carlos Tafur sent a page of corrections and suggestions.</li>
<li>Martin Nordsletten found a bug in an exercise solution.</li>
<li>Lars O.D. Christensen found a broken reference.</li>
<li>Victor Simeone found a typo.</li>
<li>Sven Hoexter pointed out that a variable named input shadows a
build-in function.</li>
<li>Viet Le found a typo.</li>
<li>Stephen Gregory pointed out the problem with cmp in Python 3.</li>
<li>Matthew Shultz let me know about a broken link.</li>
<li>Lokesh Kumar Makani let me know about some broken links and some
changes in error messages.</li>
<li>Ishwar Bhat corrected my statement of Fermat’s last theorem.</li>
<li>Brian McGhie suggested a clarification.</li>
<li>Andrea Zanella translated the book into Italian, and sent a number of
corrections along the way.</li>
<li>Many, many thanks to Melissa Lewis and Luciano Ramalho for excellent
comments and suggestions on the second edition.</li>
<li>Thanks to Harry Percival from PythonAnywhere for his help getting
people started running Python in a browser.</li>
<li>Xavier Van Aubel made several useful corrections in the second
edition.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Preface</a><ul>
<li><a class="reference internal" href="#the-strange-history-of-this-book">The strange history of this book</a></li>
<li><a class="reference internal" href="#acknowledgments">Acknowledgments</a></li>
<li><a class="reference internal" href="#contributor-list">Contributor List</a></li>
</ul>
</li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="index.html" title="previous chapter">Welcome to Pense Python’s documentation!</a></li>
<li>Next: <a href="01-the-way.html" title="next chapter">The way of the program</a></li>
</ul></li>
</ul>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/00-front-matter.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
©2015, Allen B. Downey.
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.3.1</a>
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.6</a>
|
<a href="_sources/00-front-matter.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>