example.py hinzugefügt

This commit is contained in:
Pils10 2024-09-18 22:13:21 +00:00
parent 401ac4e2ad
commit b7fc930486

2
example.py Normal file
View file

@ -0,0 +1,2 @@
for number in range(1,101):
print(number)