Markdown Test

From ourResearch
Revision as of 08:20, 27 April 2024 by Shiritai (talk | contribs)

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

tag1 tag2
item1 items

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

I love meow

waifu

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