-
Berg
Thank you so much! I'll be playing with this code for a while...
-
Berg
I read there's a sample code for a multi-touch toy piano in Pythonista. Does anybody know how to find it?
Thanks -
-
Berg
Sorry, I typed that in a hurry, at work; you're right about the syntax error :)
I'm not sure if I'm using the console or editor, but I'll check that out and try the example you suggested and will reply back. Thanks so much for the reply! -
Berg
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.