##// 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:

r1420:34bafc01
r12340:be13e686
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x