exec# SchemeEval.exec(commands, wait=True, silent=True)# Executes a sequence of scheme commands. Parameters: commandsSequence[str]Sequence of scheme commands in string format waitbool, optionalSpecifies whether to wait until execution completes, by default True silentbool, optionalSpecifies whether to execute silently, by default True Returns: strOutput as string Return type: str