Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.29 KB

File metadata and controls

48 lines (39 loc) · 1.29 KB


Markdownify
Learning Python3

Basic exercises for learn Python3.

InstallationRun itCredits

Installation

  1. Donwload Python 3 from https://www.python.org/downloads/.
  2. Download or clone this repository in your folder:
# Clone this repository
$ git clone https://github.com/luisfelipe7/Python-SimpleProgram-To-Learn
  1. Go into the repository
# Go into the repository
$ cd Python-SimpleProgram-To-Learn
  1. Run it.

Run it

  1. Run the file basico1.py with Python3.
# Run in bash
$ /usr/bin/python3 /home/basico1.py

Credits

Some exercises was taken from the book Learn Python the Hard Way, and adapted to my perspective.


GitHub @luisfelipe7  ·