الصفحة الرئيسيةpython Python Program to Check the File Size أغسطس 02, 2021 0 num = int(input("Enter a number: ")) import os file_stat = os.stat('my_file.txt') print(file_stat.st_size) Tags: python Facebook Twitter