码迷,mamicode.com
首页 > 其他好文 > 详细

ascii函数

时间:2019-01-30 19:59:01      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:pytho   字符   int   style   unicode编码   div   等价   函数   code   

# 返回可打印的字符串,等价repr()函数

# ascii编码字符
print(ascii(learn python!))
print(ascii(9876543210))


# 非ascii编码字符,转换为\x,\u或\U的Unicode编码
print(ascii(""))  # 中文
print(ascii("β"))  # 德文

 

 

更多:(未完结)

  

ascii函数

标签:pytho   字符   int   style   unicode编码   div   等价   函数   code   

原文地址:https://www.cnblogs.com/ShuComputerProgram/p/10339521.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!