dashboard
repositories
filestore
activity
search
login
python-kurs
/
mam-2025
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Ub4, vorlesung 26.5.2025
Hong-Phuc Bui
2025-05-27
5131d306a554cbe80cf85fc0f8682987bf8a6c98
[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