def main(): print("Hello from week-5!") if __name__ == "__main__": main()