I made a simple Python code like as below.
# -*- coding: utf-8 -*- print('??', 1, ' 3')
the result is not that I didn't expected is following.
('xedx95x9cxeaxb8x80', 1, ' 3')
I think the 'print()' function is never operated! how can I print without '(' and ')' ?
And also I want to print Korean properly. How can I?
1.4m articles
1.4m replys
5 comments
57.0k users