Gents, question:
When trying to convert a string into integer to be used as a variable later in the code, I get the following:
print int(urlsuccessful[i])
ValueError: invalid literal for int() with base 10: '2,919,247'
Thanks!
|
Gents, question: When trying to convert a string into integer to be used as a variable later in the code, I get the following:
Thanks! |
|||||
|
|
If only problems are commas, try:
|
|||||
|
|
|
|||
|
|
|
|
|||
|
|
|
You can just do
|
|||||||||
|