File size: 117 Bytes
04e933d
 
1
2
3
def interpret_command(command: str, current_prompt: str) -> str:
    return current_prompt + "," + command.strip()