Implements str iterator

This commit is contained in:
xyb
2014-01-05 18:47:51 +08:00
parent 45b43c21c4
commit 8cfc9f07b9
2 changed files with 55 additions and 1 deletions

View File

@@ -7,3 +7,6 @@ x += 'def'
print(x)
print('123' + "456")
# iter
print(list('str'))