##// END OF EJS Templates
Backport PR #4120: support `input` in Python 2 kernels...
Backport PR #4120: support `input` in Python 2 kernels input is just `eval(raw_input(…))` closes #3990

File last commit:

r8121:66727cb1
r12340:be13e686
Show More
print_argv.py
2 lines | 30 B | text/x-python | PythonLexer
import sys
print sys.argv[1:]