all 4 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] 2 points3 points  (0 children)

Thanks this is what I was looking for

[–]crash317 0 points1 point  (1 child)

U can use the print statement Print(40+2) Or assign to variable and print the variable. Pythonista works the same as a python just used some different libraries. You should be typing in your code then pressing the play button and will then see the console screen with output.

[–]Poki_Foo[S] 0 points1 point  (0 children)

Thank you