Тестовая статья
Статья так же находится в разработке
def openFile(path):
file = open(path, "r")
content = file.read()
file.close()
return content
Статья так же находится в разработке
def openFile(path):
file = open(path, "r")
content = file.read()
file.close()
return content