10-Anfang

This commit is contained in:
2023-12-10 10:20:27 +01:00
parent edc1248991
commit 9583fa64ae

View File

@@ -24,7 +24,7 @@ for j in range(len(matrix[zs])):
print()
print(f"Startposition: {zs}, {ss}")
#
def where_to_go(z, s, prev):
try:
if [z, s] != prev and (matrix[z-1][s] == "F" or matrix[z-1][s] == "7" or matrix[z-1][s] == "|"):