Files
grunderna-i-prog-tredje-utg…/kapitel8/filer-ex2.py

5 lines
57 B
Python

fil = open("filtest.txt")
print(fil.read())
fil.close()