@@ -0,0 +1,8 @@
+import re
+s=[]
+o1=input('')
+s.append(o1)
+o2=raw_input('')
+s.append(o2)
+o3=re.split('\s',s)
+print o3