dashboard
repositories
filestore
activity
search
login
python-kurs
/
mam-2025
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
stundenplan
Hong-Phuc Bui
2 days ago
e5c3b094424194754630d1b08db9f3e668c0fd8b
[python-kurs/mam-2025.git]
/
04-schleife
/
while-demo.py
1
2
3
4
5
N = 10
i = 0
while i < N:
print(i)
#i = i + 1