Skip to content

Commit

Permalink
fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Daria authored and Daria committed Jan 21, 2025
1 parent 4295ca0 commit 43c3133
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion homework03/maze.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,3 @@ def add_path_to_grid(
NGRID, PATH = solve_maze(GRID)
MAZE = add_path_to_grid(NGRID, PATH)
print(pd.DataFrame(MAZE))

1 change: 0 additions & 1 deletion homework03/maze_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ def show_solution():
ttk.Button(window, text="Solve", command=show_solution).pack(pady=20)

window.mainloop()

0 comments on commit 43c3133

Please sign in to comment.