##// END OF EJS Templates
[pr6953-docs] update docstrings/whatsnew/shell.rst for env/set_env magic
[pr6953-docs] update docstrings/whatsnew/shell.rst for env/set_env magic

File last commit:

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