Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #55.0K
Ranked #4K
~5K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for DanWebb3148

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, …

Member Avatar for DanWebb3148
0
972
Member Avatar for Aung Myat

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 …

Member Avatar for tomstratton
0
4K

The End.