Hello,
I'm totally new to the Python language and to Pythonista as well.
I got the Pythonista app for my iPad Air and tried a few thing here and there. Maybe it is my lack of reading all the tutorials or maybe I'm missing something.
It seems the "print" function is not working for me, I mean, not bringing in any results, like it does in a regular computer. As in the example below:
>>> x = 100
>>> y =200
>>> if:
>>> x + y == 300:
print ("300")
>>> 300
this result does not show, it all stops in the previous line, print.
Any help would be appreciated.
Thank you.