Skip to content
Snippets Groups Projects
Commit 00db6f54 authored by hacker717's avatar hacker717
Browse files

Правки 4

parent 8179d267
No related branches found
No related tags found
No related merge requests found
md.txt
output.ipynb
todo.txt
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
md.txt 0 → 100644
This diff is collapsed.
w_file = open("md.txt", 'a', encoding="utf-8")
for i in range(1, 11):
in_file = open(f"4.2/{i}.py", "r", encoding="utf-8")
in_file = open(f"4.3/{i}.py", "r", encoding="utf-8")
w_file.write("\n/py\n")
for s in in_file:
w_file.write(s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment