This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients docs@python, ethan.furman, r.david.murray, terry.reedy, vy0123
Date 2014-11-01.02:17:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414808256.63.0.793124281436.issue22738@psf.upfronthosting.co.za>
In-reply-to
Content
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)
**************************************************
History
Date User Action Args
2014-11-01 02:17:36terry.reedysetrecipients: + terry.reedy, r.david.murray, docs@python, ethan.furman, vy0123
2014-11-01 02:17:36terry.reedysetmessageid: <1414808256.63.0.793124281436.issue22738@psf.upfronthosting.co.za>
2014-11-01 02:17:36terry.reedylinkissue22738 messages
2014-11-01 02:17:36terry.reedycreate