Before you start using Python in NWare, try out some basic examples in the Python shell. When you are familiar with how these examples work, we recommend looking online for others, so you are comfortable with the syntax of a broader range of language concepts.
This section assumes you have installed Python 2.4.
In this section Creating an array and a dictionary and printing values |
See also |
The Python Shell is displayed.
print "hello world!"
The Python Shell will display the following message.
hello world!