1 2 3 4 5 6
print(info) print(type(info)) print(info.encode('ascii', 'ignore')) if 'Тип' in info: print('!!!!!!!!!!')