We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8133aaa commit dc5608bCopy full SHA for dc5608b
1 file changed
python-tutorials/mb_file.py
@@ -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