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


Groups > comp.lang.python > #65610 > unrolled thread

Re: Python 2.7.6 help with white spaces?

Started byDante Signal31 <dante.signal31@gmail.com>
First post2014-02-07 21:45 +0100
Last post2014-02-07 21:45 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#65610 — Re: Python 2.7.6 help with white spaces?

FromDante Signal31 <dante.signal31@gmail.com>
Date2014-02-07 21:45 +0100
SubjectRe: Python 2.7.6 help with white spaces?
Message-ID<mailman.6498.1391806081.18130.python-list@python.org>

[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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web