python学习笔记5——built-in functions(未完)

function name parameter usage example
repr()   返回一个字符串,包含一个对象的可打印形式

x=3.25 * 10

repr(x)                   //'32.5'

x                            //32.5

       

猜你喜欢

转载自blog.csdn.net/yuanshibiantai/article/details/88218728
今日推荐