HW: Lookups and Match
I really need to write this HW tonight! (5-17-24) I really need to write this HW tonight! (5/17/24)
This is a second level heading
More content
Another second level heading
Note that you can simply put raw HTML anywhere and it will render if for you.
Link to Google Sheet
Create a 3x3 table
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
| Cell 7 | Cell 8 | Cell 9 |
make a link to espn.com
List Example
This is a list:
- item 1
- item 2
- item 3
This is another list:
- item 1
- item 2
- item 3
This is a table:
| First Header | Second Header | Third Header |
|---|---|---|
| Content Cell | Content Cell | Content Cell |
| Content Cell | Content Cell | Content Cell |
Links for how to use Markup language:
^Note the syntax used here. For internal documents it is simpler:
A link to a file to download for homework:
That seesms to work fine. Or you can use raw html.
Let's try this: download this
Here is how you link an image:
This is how you embed python code:
def my_function(food):
for x in food:
print(x)
fruits = ["apple", "banana", "cherry"]
my_function(fruits)
TESTING - End of sample text.