Home - ECE-180D-WS-2023/Knowledge-Base-Wiki GitHub Wiki
Welcome to the 180D Winter/Spring 2023 Knowledge Base Wiki!
-
Please edit only your own entry for Winter Quarter 2023. You can add images to the Images folder in the repo to easily embed them in your entries
- Please do not commit changes to the repo itself
-
You can embed images and code (feel free to hit edit on this page to see syntax, but dont save changes)
- You will need to use some basic markdown and html syntax to embed code, images, gifs, etc. No videos
-
We highly encourage you to use an external markdown editor before copying over into the wiki
One line of code:
2 + 2 = 4
Block of code:
def foo(x):
y = do_something(x)
return y
Image: