{#if code}
{@html lang}
{#if lang === 'python' || checkPythonCode(code)}
{ executePython(code); }}>Run
{/if}
{copied ? 'Copied' : 'Copy Code'}
{@html highlightedCode || code}
{#if executed}
STDOUT/STDERR
{#if stdout} {stdout} {:else if result} {result} {:else if stderr} {stderr} {:else} Running... {/if}
{/if}
{/if}