hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.32k stars 289 forks source link

[BUG] Lvl 13 variables with '' are still printed as variables #1126

Closed MarleenGilsing closed 3 years ago

MarleenGilsing commented 3 years ago

Describe the bug The output of the code is 'banaan', but it should be 'eerstefruit'

Paste the Hedy code & level fruit is ['banaan', 'appel', 'kers'] eerstefruit is fruit[1] print('eerstefruit')

Add a screenshot (optional) image

Felienne commented 3 years ago

Closed by #1139