ответвлено от main/python-labs
Добавлены отчёты, задания и тесты
Этот коммит содержится в:
@@ -1,2 +1,9 @@
|
||||
perm1=input('Mod1:Введите значение = ')
|
||||
print('Mod1:Значение perm1=',perm1)
|
||||
def reading (file):
|
||||
nums = []
|
||||
with open(file, 'r') as file:
|
||||
for line in file:
|
||||
nums.extend(map(float, line.split()))
|
||||
return nums
|
||||
|
||||
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user