[docs] [issue22738] improve 'python -h' documentation for '-c'

Terry J. Reedy report at bugs.python.org
Sat Nov 1 03:17:36 CET 2014


Terry J. Reedy added the comment:

Semi-useful: print a numeric expression without spaces
C:\Users\Terry>python -c print(2**50)
1125899906842624

Less useful: print a string expression without spaces or double quotes
C:\Users\Terry>python -c print('*'*50)
**************************************************

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22738>
_______________________________________


More information about the docs mailing list