If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
no subject
Date: 2016-10-19 04:55 pm (UTC)$ python
>>> str=u"Я не настолько самоуверенна:))"
>>> str=str.upper()
>>> print str
Я НЕ НАСТОЛЬКО САМОУВЕРЕННА:))
>>> str=str.capitalize()
>>> print str
Я не настолько самоуверенна:))