In [1]:
print('Hello Python world!')
Note: If you are using Python 2.7, this would be:
In [2]:
print "Hello Python world!"
If it works, congratulations! You just ran your first Python program.