jhavl / robotacademy-code

Code Translations for Robot Academy
MIT License
2 stars 3 forks source link

Use indexing into [row, col] instead of [row][col] #16

Closed Tobias-Fischer closed 8 months ago

Tobias-Fischer commented 10 months ago

@Tjeard0 this is the case in quite a few Python snippets

Tjeard0 commented 10 months ago

Ah im very sorry I will go update that and close the comment when I am finished!

Tjeard0 commented 10 months ago

When testing using [row, col] instead of [row][col] i get the following error TypeError: list indices must be integers or slices, not tuple

this occurs only in the video: region-features

All other videos that were using [row][col] should be updated now