We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52135e5 commit 18ee8d3Copy full SHA for 18ee8d3
fase.py
@@ -52,7 +52,7 @@ def lancar(self, angulo, tempo):
52
return
53
54
def resetar(self):
55
- for ator in chain(self._passaros,self._obstaculos,self._porcos):
+ for ator in chain(self._passaros, self._obstaculos, self._porcos):
56
ator.resetar()
57
58
def calcular_pontos(self, tempo):
0 commit comments