aaaaaaaaaaaa
代码改变世界

python repr和str

  二进制乐谱  阅读(310)  评论(0编辑  收藏  举报

都是将对象转换为字符串

repr

""" repr(object) -> string

Return the canonical string representation of the object.
For most object types, eval(repr(object)) == object. """

 

str区别在 eval(repr(object)) == object

 

努力加载评论中...
aaaaaaaaaaaaa
点击右上角即可分享
微信分享提示