Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65610

Re: Python 2.7.6 help with white spaces?

References <DC365E9C-9511-49BD-A53F-67B4ED3A561F@cox.net> <504A0CAE-42E4-495E-96AA-C8A45559E139@cox.net> <A039A0DC-6D2F-4C5E-8377-5D45EBAD0151@cox.net> <E798EE80-D608-45D8-BEB4-78493FEA8DB9@cox.net> <851tzfeabo.fsf@benfinney.id.au>
Date 2014-02-07 21:45 +0100
Subject Re: Python 2.7.6 help with white spaces?
From Dante Signal31 <dante.signal31@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.6498.1391806081.18130.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

2014-02-07 6:55 GMT+01:00 Ben Finney <ben+python@benfinney.id.au>:

> Scott W Dunning <swdunning@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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python 2.7.6 help with white spaces? Dante Signal31 <dante.signal31@gmail.com> - 2014-02-07 21:45 +0100

csiph-web