def main():
    print("hello from python")
    print("next line execute")


if __name__ == '__main__':main()