def interpret_command(command: str, current_prompt: str) -> str: return current_prompt + "," + command.strip()