I do not consider myself as a programmer. I create these little programs as experiments to play with Python, or to solve problems for myself. I would gladly accept pointers from others to improve, ...
def run_assistant(): print("Hello! I am your assistant. Type 'help' to see what I can do.") while True: command = input("\nEnter your command: ") if "hello" in ...