Skip to content

Instantly share code, notes, and snippets.

View mafriend's full-sized avatar

Monica Friend mafriend

View GitHub Profile
@slothelle
slothelle / challenges.md
Last active December 14, 2015 16:37
Mostly non-math based introductory programming challenges.

Knowledge required

  • Conditional statements (if, etc)
  • Loops (while, etc)
  • Lists ([1, 2, 3])
  • Priting to standard out (affectionately known as STDOUT)
  • The difference between strings and integers

Additional information