Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- data = [3223469900, 3223469902, 3226589467, 628805681, 3231406921, 3334957773, 1806365296, 1790653165];
- proxies = []
- for item in data:
- proxy = str(item % 256)
- for i in range(3):
- item = int(item / 256)
- proxy = str(item % 256) + '.' + proxy
- proxies.append(proxy)
- print ', '.join('\'{0}\''.format(p) for p in proxies)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement