0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Re: I may not understand the question but I notice that you are creating a list of 268,435,456 items. Each item in the list (which you are calling an array) is a zero now, but you can put anything into the list - a string, a number, a long-integer, a function, … | |
Re: I'm not familiar with Beautiful Soup but I assume that soup (in your code) is a text string. If I'm correct then you want to be using string replace methods: str.replace(old, new[, count]) Return a copy of the string with all occurrences of substring old replaced by new. If the … |
The End.