##// END OF EJS Templates
Merge pull request #8561 from ipython/Carreau-patch-1-2...
Merge pull request #8561 from ipython/Carreau-patch-1-2 Typo in sympyprinting `as move`-> `has moved`

File last commit:

r13348:e6afea51
r21496:b754d5ea merge
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])