Skip to content

Commit

Permalink
Merge 20482ba into 036b102
Browse files Browse the repository at this point in the history
  • Loading branch information
Craigory V Coppola committed Nov 16, 2018
2 parents 036b102 + 20482ba commit bd6ed9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion broke.py
Expand Up @@ -10,4 +10,8 @@ def f():
y = x
1 / 0 # Oh shhhiiiiiii

var = "Are you proud of what you've done?"
test_comprehension = [x for x in range(10]
for x in test_comprehension:
print(x)

var = "Are you proud of what you've done?"

0 comments on commit bd6ed9a

Please sign in to comment.