donderdag 20 februari 2020

File in one string

with open('data.txt', 'r') as myfile:
  data
= myfile.read()

Geen opmerkingen:

Een reactie posten