Created
January 30, 2012 03:53
-
-
Save myusuf3/1702390 to your computer and use it in GitHub Desktop.
pitfalls of dynamic programming languages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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