Skip to content

Instantly share code, notes, and snippets.

@evanthebouncy
Created April 15, 2016 18:03
Show Gist options
  • Save evanthebouncy/78a862358c22fc6bac8c65823d796cb1 to your computer and use it in GitHub Desktop.
Save evanthebouncy/78a862358c22fc6bac8c65823d796cb1 to your computer and use it in GitHub Desktop.
python shit that won't terminate with ctrl-C
def f(x):
while x == x:
if 4 == 3:
x = 3
print f([1,2,3,4,5])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment