def __main__():
print("Hello World")
return 0
if __name__ == "__main__":
__main__()
return 0 # This is a comment