cara menghemat python-pptx

from pptx import Presentation

prs = Presentation()
prs.save('test.pptx')
Minegun