Files
openide/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/unicode_after.py
T

3 lines
57 B
Python

# coding=utf-8
x = u'привет'
y = u"{0:s}".format(x)