# -*- coding: utf-8 -*- nonu = 'json' ustr = u'json' print(nonu == ustr) nonu2 = 'json джейсон' ustr2 = u'json джейсон' print(nonu2 == ustr2)