Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 161 Bytes

File metadata and controls

14 lines (9 loc) · 161 Bytes

Feature B

Subsection

Python code block:

def print_it(pstr):
    print(pstr)

def main():
    print_it("function call")