diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/basics/tests/string1.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basics/tests/string1.py b/tests/basics/tests/string1.py index 28aeaddbc..9d6f21d13 100644 --- a/tests/basics/tests/string1.py +++ b/tests/basics/tests/string1.py @@ -7,3 +7,6 @@ x += 'def' print(x) print('123' + "456") + +# iter +print(list('str')) |
