print('Hello Python world!')
In [ ]:
Note: If you are using Python 2.7, this would be:
In [2]:
print "Hello Python world!"
Wenn es funktioniert, hast du alles richtig gemacht und Python funktioniert auf deinem Rechner.