%% Cell type:code id:5 tags: ``` python from IPython.display import SVG, display svg = """ """ display(SVG(svg)) ``` %% Output  