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