Issue 272 fixed: 4.4 variable name - #273
Conversation
|
@habibasorour is it running now? |
|
@pearcej unfortunately still no |
pearcej
left a comment
There was a problem hiding this comment.
@habibasorour If it is not running still, please change to if/elif/else. Broken code should not remain.
|
@pearcej |
|
No, broken code should be removed. You can combine the sections. |
|
@pearcej there is an issue about combining all of the conditional sections into one, I will fix it with that. I am confused about why the code is not running, I tried an online compiler that runs newer python and it ran smoothly. online compiler: https://www.jdoodle.com/python3-programming-online |
|
@habibasorour Likely, that particular structure is not available. Not all on-line python is the same. Runestone always you to step backwards as well as just run and that is complicated. |
|
I can confirm that match has not been added to skulpt. The whole patttern matching thing is pretty complex and I would not want to try to teach it to new programmers. I can see that you are trying to mimic a case statement, which is a valid use, but that is only the tip of the iceberg. |
|
@habibasorour Can you please message me if you have questions or commit to this branch with fixes? |


Description
fixed a variable
Issue Fix
fixes #272
Screenshot
Tested
Local Build