From fa300a6f5927ade4d921c540e2f03bf3e8881618 Mon Sep 17 00:00:00 2001 From: medusa Date: Fri, 29 Mar 2024 01:27:21 +0000 Subject: [PATCH] Update docs/tech_docs/python/presentation_sample.py --- docs/tech_docs/python/presentation_sample.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tech_docs/python/presentation_sample.py b/docs/tech_docs/python/presentation_sample.py index 7189865..8d55fc1 100644 --- a/docs/tech_docs/python/presentation_sample.py +++ b/docs/tech_docs/python/presentation_sample.py @@ -1,3 +1,4 @@ +```python from pptx import Presentation from pptx.util import Inches, Pt from pptx.enum.shapes import MSO_SHAPE @@ -52,5 +53,4 @@ add_slide(prs, "Conclusion", "Summary of Key Points\nFurther Reading\nQuestions" # Save the presentation prs.save("/mnt/data/Economics_101_Presentation.pptx") - -"/mnt/data/Economics_101_Presentation.pptx" \ No newline at end of file +``` \ No newline at end of file