Init
This commit is contained in:
8
kode/hello.py
Normal file
8
kode/hello.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import os
|
||||
|
||||
print("Hello World!")
|
||||
|
||||
files = os.listdir("deltakere")
|
||||
for f in files:
|
||||
print("Hello - ", f)
|
||||
|
||||
Reference in New Issue
Block a user