Jump to content

User:Johnrdorazio: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 24: Line 24:


<score sound="1">\relative c'' { \time 4/4 \key c \major c4 g8 g a4 g r b^> c^> r \bar "|." } \addlyrics { Shave and a hair -- cut: two bits. }</score>
<score sound="1">\relative c'' { \time 4/4 \key c \major c4 g8 g a4 g r b^> c^> r \bar "|." } \addlyrics { Shave and a hair -- cut: two bits. }</score>
== Testing Syntax Highlighting ==
<nowiki><syntaxhighlight lang="python" line></nowiki>
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
<nowiki></syntaxhighlight></nowiki>


[[it:Utente:Johnrdorazio]]
[[it:Utente:Johnrdorazio]]