This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
raspithek
/
pythonkurs
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Alle Dateien aus dem Pythonkurs
82
Commits
2
Branches
13
Tags
88 MiB
Python
97.3%
C
2.1%
C++
0.3%
HTML
0.2%
Tree:
4d2b58b744
pythonkurs
/
teil4
/
string_iter.py
5 lines
57 B
Raw
Blame
History
s
=
'
Homer
'
for
pos
in
range
(
0
,
len
(
s
)
)
:
print
(
s
[
pos
]
)
Reference in new issue