#!/usr/bin/python3 def main(): if True: print("Hello, World!") if __name__ == '__main__': main()