Files
BUGPy-mOS-0/scripts/say_greeting/say_greeting.py
2026-04-27 12:15:58 -04:00

5 lines
195 B
Python

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")