Skip to content

Commit 1d36a52

Browse files
committed
Add new file
1 parent 11e6ef9 commit 1d36a52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

onesnzero.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
z = [0,0,0,1]
2+
map(str, z)
3+
z = map(str, z)
4+
''.join(z)
5+
print z

0 commit comments

Comments
 (0)