##// END OF EJS Templates
Merge pull request #4901 from jdfreder/jason_traitlets...
r15019:7dbba6e9 merge
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)