Hongrui Zhu %!s(int64=7) %!d(string=hace) años
padre
commit
b4d962c431
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  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