SOC

#Project #SOC

Første del

Går ud på…..
Pasted image 20260315133116.png|600

# open a file
file1 = open("test.txt", "r")

# read the file
read_content = file1.read()
print(read_content)