Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.09 KB

cgn_file.md

File metadata and controls

64 lines (43 loc) · 1.09 KB

Celeste Nobrega

  • Major: Bioinformatics
  • Class of '22
  • item 3 of unordered list

Ordered list:

  1. Item 1 of ordered list
  2. Item 2
  3. foo
  4. bar

Code Block:

Here's some Python from COM115

studentList=[]
def PopulateStudentList():
    studentList.append("Sally")
    studentList.append("Joe")
    studentList.append("Steve")
def main():
    PopulateStudentList()
    student1=studentList[0]
    print("Student 1 is: ", student1)

Table:

FirstHeader SecondHeader
row1col1 row1col2
row2col1 row2col2

Links

Tasks

-[ ] Learn about pytest -[ ] Critique Lexos user interface -[ ] Clone Lexos repo

Blockquote

Here is a block quote

From Interstellar

The navigation mainframe’s destroyed and we don’t have enough life support to make it back to Earth. But we might scrape to Edmunds’ planet.

Text styles

  • strikethrough
  • @mentions

This is the end of my markdown file