This website requires JavaScript.
Explore
Help
Register
Sign In
Rsclub2_2
/
Informatik-Unterricht
Watch
1
Star
0
Fork
0
You've already forked Informatik-Unterricht
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Informatik-Unterricht
/
2.Erste Programme
/
13. Zählschleife
/
13. Zählschleife.py
4 lines
52 B
Python
Raw
Normal View
History
Unescape
Escape
Informatik_3
2022-03-17 14:20:54 +01:00
#Zählschleife
UPDATE
2022-03-17 14:46:53 +01:00
for
i
in
range
(
5
,
10
,
2
)
:
Informatik_3
2022-03-17 14:20:54 +01:00
print
(
i
)
Reference in New Issue
Copy Permalink