In Python, what is a clean and elegant way to convert strings like "1,374" or "21,000,000" to int values like 1374 or 21000000?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It really depends where you get your number from. If the number you are trying to convert comes from user input, use If on the other hand you read it, let's say, from a file, that always uses the same format, use |
||||
|
|
|
|
|||||
|
|
|||
|
|