1
0

Add table of contents

This commit is contained in:
Deven Blake 2020-06-04 16:00:00 -04:00 committed by GitHub
parent da338263f8
commit 6045b21cbb

View File

@ -12,7 +12,21 @@
<h3>Updated 2020-06-04</h3>
<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>
<p><a href="https://en.wikipedia.org/wiki/Python_(programming_language)">
Python is an interpreted, high-level, general-purpose programming language.