##// END OF EJS Templates
deprecate IPY_INTERRUPT_EVENT...
deprecate IPY_INTERRUPT_EVENT Jupyter FTW!

File last commit:

r13348:e6afea51
r19255:2513486e
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)