GitkursH24/kode/hello.py

9 lines
109 B
Python

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