Skip to content

Commit

Permalink
Update broke.py - Added #! Thingy for Debian*
Browse files Browse the repository at this point in the history
Added `#!` Thingy for compatibility over Debian*.
* Also for Debian Flavours (including Ubuntu)
  • Loading branch information
python3lover committed Apr 22, 2018
1 parent 036b102 commit b6a14ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion broke.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/python3
def f():
broken_code
print('fuckit chaining works')
Expand All @@ -10,4 +11,4 @@ def f():
y = x
1 / 0 # Oh shhhiiiiiii

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

0 comments on commit b6a14ef

Please sign in to comment.