python:create file

# calculate file size in KB, MB, GB def convert_bytes(size): """ Convert bytes to KB, or MB or GB :param size :return """ for x in ['bytes', 'KB', 'MB
posted @ 2024-06-18 23:27  ?Geovin Du Dream Park?  阅读(2)  评论(0编辑  收藏  举报