I am using lubuntu 17 and had a folder called images with some files of there were trying to rename these files with this program in python:
import os
import re
def repl(match):
dic = {"4": "0", "5": "1", "6": "2", "7": "3", "Q": "4",...
asked by
17.01.2018 / 17:09