input("Gib eine Zahl ein.") if input >= 0: print("Die Zahl ist positiv.") else: print("Die Zahl ist negativ.")