Answers for "python bytes to megabytes"

0

python bytes to megabytes

print(f"{os.path.getsize(filepath)/float(1<<20):,.0f} MB")
Posted by: Guest on February-07-2022

Python Answers by Framework

Browse Popular Code Answers by Language