##// END OF EJS Templates
Merge pull request #6805 from takluyver/i6804...
r18505:81485d11 merge
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)