From c0c05ddac0322c3613f21ff6fb71c6ea11e559db Mon Sep 17 00:00:00 2001 From: William Boyles <40878829+wmboyles@users.noreply.github.com> Date: Sat, 7 Jul 2018 11:52:07 -0400 Subject: [PATCH] Update to include Python code --- .../gift_wrapping/jarvis_march/jarvis_march.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/chapters/computational_geometry/gift_wrapping/jarvis_march/jarvis_march.md b/chapters/computational_geometry/gift_wrapping/jarvis_march/jarvis_march.md index dae06205c..fd5416426 100644 --- a/chapters/computational_geometry/gift_wrapping/jarvis_march/jarvis_march.md +++ b/chapters/computational_geometry/gift_wrapping/jarvis_march/jarvis_march.md @@ -42,7 +42,9 @@ Program.cs ### JavaScript [import, lang:"javascript"](code/javascript/jarvis-march.js) {% endmethod %} - +### Python +[import, lang:"python"](code/py/jarvisMarch.py) +{% sample lang="js" %}