Teil 6 "Objekte ist neu
Repository aufgeräumt.
This commit is contained in:
5
teil4/string_iter.py
Normal file
5
teil4/string_iter.py
Normal file
@@ -0,0 +1,5 @@
|
||||
s = 'Homer'
|
||||
|
||||
for pos in range(0,len(s)):
|
||||
print(s[pos])
|
||||
|
Reference in New Issue
Block a user