# All this is optional # Feel free to use it if you like void = 5 def main(): print("Hi") if __name__ == "__main__": main()