qucikfix
This commit is contained in:
@@ -15,10 +15,9 @@ leitud = false
|
||||
for x, rida in enumerate(ruum):
|
||||
for y, koht in enumerate(rida):
|
||||
print(f"x={x}, y={y}, koht={koht}")
|
||||
if koht == 'S':
|
||||
otsing(x, y, 0)
|
||||
leitud = true
|
||||
break
|
||||
if koht == 'S':
|
||||
otsing(x, y, 0)
|
||||
leitud = true
|
||||
break
|
||||
if leitud:
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user