30/09/2018, 22:37

N Trong python dùng để làm gì vậy?

N trong python dùng để làm gì ?
Mình thấy như thế này mà vẫn không hiểu
N{name} Character named name in the Unicode database (Unicode only)

*grab popcorn* viết 00:49 ngày 01/10/2018

In ra ký tự có tên là name
Ví dụ

print u"\N{SOLIDUS}"
print u"\N{BLACK SPADE SUIT}"

->
/ ♠

Cách tìm tên này ntn thì:

stackoverflow.com
MyFinance Wall

xpath google sheet importxml

xml, xpath, google-spreadsheet
MyFinance Wall on 04:01AM - 25 Aug 18

https://docs.python.org/3/library/unicodedata.html

Bài liên quan
0