table = str.maketrans("", "", "!@#$%^&*_+|+\/:;[]{}<>")
a = "gjhgjk!@#$%gh(*&)(&cxvjh"
a = a.translate(table)
print(a)
foto = open('C:\\Users\\home\\Desktop\\vk_photo\\'+name+'\\'+date+'.jpg', 'wb')
foto = open('C:\\Users\\home\\Desktop\\vk_photo\\'+name+'\\'+str(y)+' '+date+'.jpg', 'wb')