Closed OnnoEbbens closed 3 years ago
Ik ga er een mooiere foutmelding voor maken! Ter info: het is eigenlijk niet de bedoeling dat lln op dit level (of binnenkort) een lijst printen, alleen via random.
With https://github.com/Felienne/hedy/pull/755 this issue is made a bit less terrible for kids, you will now get this list instead of an error:
Soon(ish) I will disable this with a dedicated error, something like: "you cannot print a list, only items in the list with plaatsen at random"
Leaving this issue open for the above plan.
@boryanagoncharenko Sorry this is in Dutch, hope you catch the drift, but this surely is a thing we can fix with the type system! Maybe we can add this as a test when we start? At least I am now assigning you so it is out of my view :)
Closed by #1090 (Thanks @OnnoEbbens for your patience!)
Wanneer je onderstaande code gebruikt in level 2:
Krijg je de volgende Python error:
cannot concatenate 'str' and 'list' objects
Het is fijn om hier een Hedy error voor te krijgen. Ook vraag ik mij af of dit een error zou moeten geven of dat de list and str gewoon aan elkaar geplakt kunnen worden.