Python3 mengubah izin file

#import os
os.chmod('yourfiletochange.csv', 0o777)
Friendly Hawk