#!/usr/bin/python a = 1; if (a > 0): print "a ist groesser als 0" else: print "a ist nicht groesser als 0";