def main(): print("Hello from teil29!") if __name__ == "__main__": main()