richardleung1 / python-exercises

Exercises in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Exercises

Let's practice using loops, conditionals, arrays, hashes, and methods in Python.

Getting Started

  • Fork and clone this repository

Requirements

Inside this folder are a few Python files with exercises written in comments. Fork and clone this repository and complete the exercises.

You can run a file using Python like so:

python3 exercises/01loop.py

Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

Exercises in Python

License:Other


Languages

Language:Python 100.0%