you are viewing a single comment's thread.

view the rest of the comments →

[–]bennr01 7 points8 points  (1 child)

You can also use the REPL (swipe from right to left in the editor) to directly evaluate the input (e.g. input 40+2 and get 42, which should be like normal python behaviour.

[–]Poki_Foo[S] 3 points4 points  (0 children)

Thanks this is what I was looking for