Hello guys: Do you have found that the built-in input() function is dangerous. Here is my code(python 2.x only):
a = input("Input anything:")
print("go here")
If I input:
sys.exit(0)
print("go here") will not be execute, and the script will exit.
--- news://freenews.netfront.net/ - complaints: [email protected] ---
--
http://mail.python.org/mailman/listinfo/python-list
