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


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

Re: Re: howto remove the thousand separator

Started by"pyth0n3r" <pyth0n3r@gmail.com>
First post2013-04-15 03:33 +0800
Last post2013-04-15 03:33 +0800
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: Re: howto remove the thousand separator "pyth0n3r" <pyth0n3r@gmail.com> - 2013-04-15 03:33 +0800

#43671 — Re: Re: howto remove the thousand separator

From"pyth0n3r" <pyth0n3r@gmail.com>
Date2013-04-15 03:33 +0800
SubjectRe: Re: howto remove the thousand separator
Message-ID<mailman.664.1366124911.3114.python-list@python.org>

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

Hi D'A,
Thanks alot for your reply, it works for me perfectly.
 
Best,
Chen


On Mon, 15 Apr 2013 02:57:35 +0800
"pyth0n3r" <pyth0n3r@gmail.com> wrote:
> float(). How can i remove the comma in int data? Any reply will be
int(n.replace(',', ''))
-- 
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 788 2246     (DoD#0082)    (eNTP)   |  what's for dinner.
IM: darcy@Vex.Net, VOIP: sip:darcy@Vex.Net

[toc] | [standalone]


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


csiph-web