Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 413 Bytes

snippet-template.md

File metadata and controls

23 lines (19 loc) · 413 Bytes
title type tags cover dateModified
Function name
snippet
utility
image
2021-06-13 05:00:00 -0400

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