Skip to content

Commit

Permalink
Merge pull request #449 from reshma2772/master
Browse files Browse the repository at this point in the history
Create size_of_file.py
  • Loading branch information
fineanmol authored Oct 2, 2021
2 parents 8613695 + 6a05ad2 commit 578338d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import os

file_stat = os.stat('my_file.txt')

print(file_stat.st_size)

0 comments on commit 578338d

Please sign in to comment.