Сказ о том, как искал подсветку кода на сайт
Статья так же находится в разработке
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