Tuesday, 15 January 2013

Python Language Lesson: print statement


Python Language Lesson: print statement

The print statement causes the PyS60 interpreter to display a value on
the screen:
print "hello"
There is no need to indicate that it is a Unicode string because it uses
only the resources of the Python interpreter and no native resources
from the S60 platform.

No comments:

Post a Comment