Добавил параметр для указания числа шагов
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"with open('test.txt', 'r', encoding='utf-16') as file:\n",
|
||||
" data_str = file.read()\n",
|
||||
" lines = file.readlines()\n",
|
||||
"\n",
|
||||
"data_str = ''.join(lines[1:])\n",
|
||||
"x, y = list(zip(*eval(data_str)))"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user