Skip to content

Commit dc5608b

Browse files
committed
mb file check
1 parent 8133aaa commit dc5608b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

python-tutorials/mb_file.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from pathlib import Path
2+
3+
Path("video.mp4").stat().st_size
4+
5+
# Result
6+
# 8712540
7+
# MB

0 commit comments

Comments
 (0)