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