Untitled - Posted on October Sun 4th 11:44 PM (Never Expires) - Format: python - This is a modified post titled "Untitled". - See newer version(s) of this paste titled "Untitled"
  1. import re
  2.  
  3. file1 = open('winner.txt','r',encoding='utf-8')
  4. file_lines = file1.readlines()
  5. file1.close()
  6.  
  7. output={}
  8. temp = re.compile("([a-zA-Z]+)([0-9]+)")
  9. for data in file_lines:
  10.     part_of_line = temp.match(data).groups()
  11.     print(part_of_line[1])

New Paste

Paste Options

Recent Pastes

24 days ago

EARN PAYPAL IN A

25 days ago

QUICK CASH VIA

25 days ago

ATM cloned cards

25 days ago

ATM cloned cards

25 days ago

ATM cloned cards

25 days ago

ATM cloned cards

31 days ago

A MONEY MAKING B

31 days ago

A MONEY MAKING B

31 days ago

A MONEY MAKING B

31 days ago

A MONEY MAKING B