mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
3 lines
57 B
Python
3 lines
57 B
Python
# coding=utf-8
|
|
x = u'привет'
|
|
y = u"{0:s}".format(x) |