mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
Implements str iterator
This commit is contained in:
@@ -7,3 +7,6 @@ x += 'def'
|
||||
print(x)
|
||||
|
||||
print('123' + "456")
|
||||
|
||||
# iter
|
||||
print(list('str'))
|
||||
|
||||
Reference in New Issue
Block a user