Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LambdaSchool/Intro-Python-I
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Jun 26, 2020
2 parents c022320 + 926d515 commit c6e0654
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Intro to Python I

_Note: This project spans two modules (modules 1 and 2). You should roughly try to finish the first half of the problems during module 1 and the second half of the problems during module 2._

It's time to learn a new language! Python!

Python is a popular, easy-to-use programming language that has significant
Expand Down Expand Up @@ -66,6 +68,8 @@ best for learning new languages.

## Instructions

_Note: This project spans two modules (modules 1 and 2). You should roughly try to finish the first half of the problems during module 1 and the second half of the problems during module 2._

Each directory inside the `src/` directory presents exercises revolving around a
particular concept in Python. Not all of these concepts are unique to Python (in
fact, most probably aren't). This means that you can leverage knowledge you've
Expand Down

0 comments on commit c6e0654

Please sign in to comment.