Skip to content

niamhalexandra/tech257

Repository files navigation

Python and Markdown

Markdown basics

Marking code

This prints something to the screen: print("Hello World!")

# print message to the screen
print("Hello World!")

Highlighting text

This is how you do italics: italics or italics
This is how you do bold: this is in bold

Bullet points vs numbered lists

  • item 1
  • item 2
    • subpoint for item 2
    • subpoint 2 for item 2
  • item 3

Steps

  1. step 1
  2. step 2
    • this is a point about step 2
    • another point
  3. step 3

this line is for my second commit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published