Skip to content

Commit

Permalink
add 8-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoqi Zhao committed Dec 12, 2023
1 parent b6be91f commit b3f8af7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Binary file modified Python-with-Office-Video_Covers.pptx
Binary file not shown.
Binary file added img/062.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/063.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
from pptx.util import Inches

length = Inches(1)

print(length)

print(length.emu)

print(length.inches)

print(length.cm)

print(length.mm)

print(length.pt)

print(length.centipoints)

0 comments on commit b3f8af7

Please sign in to comment.