This commit is contained in:
Kurs Kursesen
2024-09-26 15:02:28 +02:00
committed by Adrian G L
commit 3fe4ed47ca
2 changed files with 25 additions and 0 deletions

8
kode/hello.py Normal file
View File

@@ -0,0 +1,8 @@
import os
print("Hello World!")
files = os.listdir("deltakere")
for f in files:
print("Hello - ", f)