Skip to content

Instantly share code, notes, and snippets.

@myusuf3
Created January 30, 2012 03:53
Show Gist options
  • Save myusuf3/1702390 to your computer and use it in GitHub Desktop.
Save myusuf3/1702390 to your computer and use it in GitHub Desktop.
pitfalls of dynamic programming languages
def get_first_problem(problems):
for problem in problems:
problam = problem + 1
return problam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment