Comment sauver Python-Ppptx

from pptx import Presentation

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