CodeBlock: Difference between revisions
m (added padding) |
m (added: Usage) |
||
Line 1: | Line 1: | ||
{{#tag:syntaxhighlight|{{{code}}}|lang={{{lang|text}}}|style=background: #F5F5F5; padding: 3px | line=line }} | {{#tag:syntaxhighlight|{{{code}}}|lang={{{lang|text}}}|style=background: #F5F5F5; padding: 3px | line=line }} | ||
<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}}