it runs fine on command line but fails on upload

Add a reply

Posted by evan 1748 days ago:
argv[0] !=1 from website
what gives?
Posted by aaron.d 1745 days ago:
*ahem* ... stdin
Posted by xenon 1099 days ago:
I'm having a similar problem in python. How do I pass stdin to a variable?
Posted by eyepopslikeamosquito 1098 days ago:
See the Python Forum at this site for details on Python golfing tips. The most common way to read from stdin in Python codegolf is use to use the raw_input() function.

Add a reply