add write_file and run_python_file with tests

This commit is contained in:
2026-03-28 11:42:52 +01:00
parent 164d89c295
commit fc885a4cb9
7 changed files with 82 additions and 75 deletions
+2
View File
@@ -7,3 +7,5 @@ def test():
print(f"{result}{get_files_info("calculator", "/bin")}")
print(f"{result}{get_files_info("calculator", "../")}")
if __name__ == "__main__":
test()