Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 298 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 298 Bytes

Learning-Python

Simple programs to learn Python

Folders: First_programs and Leetcode

Each file is divided in 3 parts:

  1. The instructions for the program to write (surrounded by """)
  2. The code
  3. Examples to test the code

Thank you Matt for helping me get started with my First_programs!