Template

CodeBlock: Difference between revisions

mNo edit summary
m (added: Usage)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang="python" style="background:#F5F5F5" line>
{{#tag:syntaxhighlight|{{{code}}}|lang={{{lang|text}}}|style=background: #F5F5F5; padding: 3px | line=line }}
{{{c}}}
 
</syntaxhighlight>
<noinclude>
== Usage ==
<pre style="background-color:#F5F5F5;">
{{CodeBlock|code=
img = None
# Hier könnte Ihre Lösung stehen!
show(img)
|lang=python}}
</pre>
</noinclude>

Latest revision as of 12:08, 9 October 2023

{{{code}}}


Usage

{{CodeBlock|code=
img = None
# Hier könnte Ihre Lösung stehen!
show(img)
|lang=python}}