/python-3-fundamentals

Solved exercises from Python 3 Fundamentals, a course by Gustavo Guanabara on Curso em Vídeo

Primary LanguagePython

Python 3 Fundamentals - Solved exercises

First module

Getting started

Processing data and doing calculations

Using modules

Conditional statements (if and else)

Second module

Conditional statements (if and elif)

Repitition statements (for)

Repitition statements (while)

Third module

Tuples

Lists

Simple lists

Nested lists

Dictionaries

Functions

Modules and packages

Error handling