Open malavancs opened 5 years ago
So , embed python tutor doesn't support providing user input. (I'm using python)
{ "code": "# You are using Python\nname = input(\"Hey\")", "trace": [ { "line": 2, "event": "step_line", "func_name": "<module>", "globals": {}, "ordered_globals": [], "stack_to_render": [], "heap": {}, "stdout": "" }, { "event": "raw_input", "prompt": "Hey" } ] }
Where is the input box ?
So , embed python tutor doesn't support providing user input. (I'm using python)
{ "code": "# You are using Python\nname = input(\"Hey\")", "trace": [ { "line": 2, "event": "step_line", "func_name": "<module>", "globals": {}, "ordered_globals": [], "stack_to_render": [], "heap": {}, "stdout": "" }, { "event": "raw_input", "prompt": "Hey" } ] }
Where is the input box ?