Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 593 Bytes

function_definition.md

File metadata and controls

7 lines (5 loc) · 593 Bytes

Function definition

TODO: ADD MORE

  • functions are defined and named using the def keyword hamming
  • A named (and often reusable) section of code that performs a specific task. It may or may not have arguments passed in, and may or may not return data. Created using the def keyword. rna-transcription
  • Tests for this exercise expect a function named parse that can be called to transform the markdown formatted text and return HTML formatted text. markdown