- Major: Bioinformatics
- Class of '22
- item 3 of unordered list
- Item 1 of ordered list
- Item 2
- foo
- bar
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)
FirstHeader | SecondHeader |
---|---|
row1col1 | row1col2 |
row2col1 | row2col2 |
-[ ] Learn about pytest -[ ] Critique Lexos user interface -[ ] Clone Lexos repo
Here is a block quote
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.
strikethrough- @mentions
This is the end of my markdown file