Files
30-seconds-of-code/snippet_template.md
2019-08-19 14:32:26 +03:00

238 B

title, tags
title tags
function_name

Explain briefly what the snippet does.

Explain briefly how the snippet works.

def function_name(args):
  # code
  return 0
functionName(val) # result