No Description

b.py 100B

123456789
  1. import re
  2. s=[]
  3. o1=input('')
  4. s.append(o1)
  5. o2=raw_input('')
  6. s.append(o2)
  7. o3=re.split('\s',s)
  8. print o3