Informatik_3

This commit is contained in:
2022-03-17 14:20:54 +01:00
parent e0057812a5
commit 5c68ea4a97
9 changed files with 798 additions and 1 deletions

View File

@ -0,0 +1,4 @@
#Zählschleife
for i in range(2,5):
print(i)