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

hex()

时间:2017-08-11 12:22:12      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:blog   out   logs   log   code   class   进制   div   一个   

hex() 用于把一个对象转换成十六进制的字符串

In [20]: hex(10)
Out[20]: 0xa

In [21]: hex(10L)
Out[21]: 0xaL

In [22]: type(hex(10))
Out[22]: str

 

 

 

 

     

hex()

标签:blog   out   logs   log   code   class   进制   div   一个   

原文地址:http://www.cnblogs.com/pzk7788/p/7344982.html

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