|
49 | 49 | }, |
50 | 50 | "step":"first_expression" |
51 | 51 | }, |
52 | | - { |
53 | | -"page":"Introducing The Shell", |
54 | | -"program": [ |
55 | | -"3 x 4" |
56 | | - ], |
57 | | -"response": { |
58 | | -"message":"<p>I see an 'x'. If you're trying to multiply, use an asterisk, e.g:</p>\n\n<pre><code class=\"codehilite\"><span><span class=\"mi\">3</span> <span class=\"o\">*</span> <span class=\"mi\">4</span>\n</span></code></pre>", |
59 | | -"passed":false, |
60 | | -"result": [ |
61 | | - { |
62 | | -"color":"red", |
63 | | -"text":" 3 x 4\n ^\nSyntaxError: invalid syntax\nat line 1\n\nA `SyntaxError` occurs when Python cannot understand your code.\n\nCurrently, I cannot guess the likely cause of this error.\nTry to examine closely the line indicated as well as the line\nimmediately above to see if you can identify some misspelled\nword, or missing symbols, like (, ), [, ], :, etc.\n\nYou might want to report this case to\nhttps://github.com/aroberge/friendly-traceback/issues\n\n" |
64 | | - }, |
65 | | - { |
66 | | -"color":"red", |
67 | | -"text":"\n" |
68 | | - }, |
69 | | - { |
70 | | -"color":"white", |
71 | | -"text":">>>" |
72 | | - } |
73 | | - ] |
74 | | - }, |
75 | | -"step":"more_calculation" |
76 | | - }, |
77 | 52 | { |
78 | 53 | "page":"Introducing The Shell", |
79 | 54 | "program": [ |
|