GitkursH24/kode/hello.py

9 lines
109 B
Python
Raw Normal View History

2024-09-26 15:02:28 +02:00
import os
print("Hello World!")
files = os.listdir("deltakere")
for f in files:
print("Hello - ", f)