def main(args): if args == []: print("say_greeting: Hi!") elif args == ["-h"] or args == ["--help"]: print("say_greeting: Bro is lazy to make this pointless help section")