Files
30-seconds-of-code/snippet_template.md
Angelos Chalaris 2b8a779d13 Update template
2019-08-20 11:23:35 +03:00

249 B

title, tags
title tags
function_name utility,intermediate

Explain briefly what the snippet does.

Explain briefly how the snippet works.

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