import restr = "русское слово"print re.match('[А-Яа-я]', str)
# -*- coding: utf-8 -*-import ref = "4вкйц"if not re.match('(.*[a-zA-Z].*)', f): if re.match('[А-Яа-я0-9]', f): print 'православно ^_^'