Hongrui Zhu 7 years ago
parent
commit
b4d962c431
1 changed files with 8 additions and 0 deletions
  1. 8 0
      b.py

+ 8 - 0
b.py

@@ -0,0 +1,8 @@
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