Pastebin
Paste #2002: No description
< previous paste - next paste>
Pasted by Neppord
def alert(string):
print string
def failing_function():
alert("hi")
alert = window.alert
New Paste
Go to most recent paste.
< previous paste - next paste>
def alert(string):
print string
def failing_function():
alert("hi")
alert = window.alert
Go to most recent paste.