Python 2.7.6 help with white spaces?
Dante Signal31
dante.signal31 at gmail.com
Fri Feb 7 15:45:32 EST 2014
More information about the Python-list mailing list
Fri Feb 7 15:45:32 EST 2014
- Previous message (by thread): Python 2.7.6 help with white spaces?
- Next message (by thread): Python 2.7.6 help with white spaces?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2014-02-07 6:55 GMT+01:00 Ben Finney <ben+python at benfinney.id.au>: > Scott W Dunning <swdunning at cox.net> writes: > > > > * Please don't top-post. Trim the quoted material to the parts > > > relevant for your response, and respond inline like a normal > > > discussion. > > > > Oh, ok sorry about that. Like this? > > Yes. You also need to preserve the attribution lines (the lines inserted > for each quoted message like "Fred Nurk wrote:", or similar) at each > level so we can see who wrote what. > > > > * Ensure that your message composer doesn't munge your text. > > > > Anyway to check on my mail composer to see it it muges my text? > > You should consult the documentation for whatever you're using to > compose a message, looking for things like "auto-correct" or anything > else which suggests it will automatically change what you type. > > > Also should I erase everything else in the message that I'm not > > responding to? > > Yes. All that should remain is the quoted text you're responding to, the > attribution lines for whatever you've quoted, and what you write > yourself. > > > Thanks for your advice. > > No problems, thanks for the effort! > > -- > \ "Geeks like to think that they can ignore politics. You can | > `\ leave politics alone, but politics won't leave you alone." | > _o__) --Richard Stallman, 2002-07-26 | > Ben Finney > > -- > https://mail.python.org/mailman/listinfo/python-list > Just one more solution for original question, surely not the best but only to cover all possibilities: print("{0}:{1}".format(minutes,seconds)) -- Dante *Blogger (espaƱol):* http://danteslab.blogspot.com/ *Blogger (english):* http://danteslab-eng.blogspot.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20140207/dadf6384/attachment.html>
- Previous message (by thread): Python 2.7.6 help with white spaces?
- Next message (by thread): Python 2.7.6 help with white spaces?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list