Python Language Lesson: print statement
The print statement causes the PyS60 interpreter to display a value onthe 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