Hongrui Zhu 7 年 前
コミット
b4d962c431
共有1 個のファイルを変更した8 個の追加0 個の削除を含む
  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