Scratchpad

From Family History Book

Wio Terminal Links=


Back to Private


Discord Tips

  • To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
  • You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
`​`​`py
# Check for equals.
if a == b:
    print("Match")
`​`​`

becomes:
# Check for equals.
if a == b:
    print("Match")

February 2, 2023 NEW