Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 354 Bytes

snippet-template.md

File metadata and controls

20 lines (16 loc) · 354 Bytes
title tags
function_name
utility,intermediate

Explain briefly what the snippet does.

  • Explain briefly how the snippet works.
  • Use bullet points for your snippet's explanation.
  • Try to explain everything briefly but clearly.
def function_name(args):
  # code
  return 0
function_name(val) # result