Add table of contents
This commit is contained in:
parent
da338263f8
commit
6045b21cbb
@ -12,7 +12,21 @@
|
|||||||
<h3>Updated 2020-06-04</h3>
|
<h3>Updated 2020-06-04</h3>
|
||||||
|
|
||||||
<hr width="25%" size="1" align="left">
|
<hr width="25%" size="1" align="left">
|
||||||
|
<h2>Table of contents</h2>
|
||||||
|
<p>
|
||||||
|
<b><a href="#introduction">What is Python?</a></b><br />
|
||||||
|
<b><a href="#installation">How to install Python</a></b><br />
|
||||||
|
<b><a href="#guide">Deven's Guide to Python</a></b><br />
|
||||||
|
<a href="#variables">Variables</a><br />
|
||||||
|
<small>
|
||||||
|
<a href="#variable-types">Variable types</a><br />
|
||||||
|
</small>
|
||||||
|
<a href="#printing">Printing to the console</a><br />
|
||||||
|
<small>
|
||||||
|
<a href="#string-concatenation">String concatenation</a><br />
|
||||||
|
<a href="#print-multiple">Printing across multiple lines</a><br />
|
||||||
|
</small>
|
||||||
|
</p>
|
||||||
<h2 id="introduction">What is Python?</h2>
|
<h2 id="introduction">What is Python?</h2>
|
||||||
<p><a href="https://en.wikipedia.org/wiki/Python_(programming_language)">
|
<p><a href="https://en.wikipedia.org/wiki/Python_(programming_language)">
|
||||||
Python is an interpreted, high-level, general-purpose programming language.
|
Python is an interpreted, high-level, general-purpose programming language.
|
||||||
|
Loading…
Reference in New Issue
Block a user