User:Fifo F/sandbox

From Not a Wiki

User sandbox

This is Fifo F’s personal sandbox. A user sandbox is a subpage of the user's user page. It serves as a testing spot and page development space for the user and is not an article.


Click here to create/edit your own sandbox.

Testing area

Pygments

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

LilyPond

<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>

Finally got it all working after a series of headaches and struggle.