Test: Difference between revisions

From Endeavour Knowledge Base
No edit summary
No edit summary
Line 1: Line 1:
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Centered text</div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">ok ok&nbsp; function <code>int m2()</code> is nice.</div>  
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">Centered text</div> <div class="center" style="width: auto; margin-left: auto; margin-right: auto;">ok ok&nbsp; function <code>int m2()</code> is nice.</div>  
<syntaxhighlight lang="json"> {"NAME"&nbsp;:"vALUE", "another name":" value}
<syntaxhighlight lang="json"> {}


}</syntaxhighlight>
}</syntaxhighlight>
&nbsp;
<syntaxhighlight lang="python" line='line'> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>

Revision as of 09:42, 5 May 2020

Centered text
ok ok  function int m2() is nice.
 {}

}

 

 def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass