Posts by Luiz Gabriel • 3 points
1 post
-
0
votes1
answer322
viewsQ: Attributeerror: 'list' Object has no attribute 'distance'
I am trying to solve the game of the 8 in python, but I stopped in this error. Someone can help me? import random from copy import copy, deepcopy class Tabuleiro: tabuleiro = [] meta = [[1, 2, 3],…
pythonasked Luiz Gabriel 3