キャンパスの図形の全削除 2022/02/06 Python3.6.7 ids = tk_canvas.find_all() for id in ids: tk_canvas.delete(id) 単体の削除についてはこちら