Fix Broken Links

This commit is contained in:
A D Vishnu Prasad
2020-05-29 19:15:25 +05:30
parent fc9f806d2c
commit bd46830659
53 changed files with 294 additions and 294 deletions

View File

@@ -3,15 +3,15 @@
The goal of this first section is to introduce some Python basics from
the ground up. Starting with nothing, you'll learn how to edit, run,
and debug small programs. Ultimately, you'll write a short script that
reads a CSV data file and performs a simple calculation.
reads a CSV data file and performs a simple calculation.
* [1.1 Introducing Python](01_Python)
* [1.2 A First Program](02_Hello_world)
* [1.3 Numbers](03_Numbers)
* [1.4 Strings](04_Strings)
* [1.5 Lists](05_Lists)
* [1.6 Files](06_Files)
* [1.7 Functions](07_Functions)
* [1.1 Introducing Python](01_Python.md)
* [1.2 A First Program](02_Hello_world.md)
* [1.3 Numbers](03_Numbers.md)
* [1.4 Strings](04_Strings.md)
* [1.5 Lists](05_Lists.md)
* [1.6 Files](06_Files.md)
* [1.7 Functions](07_Functions.md)
[Contents](../Contents)
[Contents](../Contents.md)