1-Introduction Python Programming
1-Introduction Python Programming
Introduction to Python
Programming
❑ Atx‐style headers use 1‐6 hash characters at the start of the line,
corresponding to header levels 1‐6. For example:
❑ # This is an H1
❑ ## This is an H2
❑ ###### This is an H6
Jupyter Notebook
❑ Markdown uses email‐style right angle bracket > characters for
blockquoting. For example:
❑ Markdown allows you to be lazy and only put the > before the first line of a
hardwrapped paragraph:
Jupyter Notebook
❑ Blockquotes can be nested (i.e., a blockquote‐in‐a‐blockquote) by adding
additional levels of >: