G
Gandalf
if i want to print utf-8 string i should writre:
print u"hello word"
but what happen if i want to print variable?
thank you
print u"hello word"
but what happen if i want to print variable?
thank you