type convert in python
摘要:
there is no type cast in python, every conversion in python will create a new object. Not like in Java and C++, the original object will still be exist in the system.there are some of the built in functions in python to help the conversion. Such as:>>> int('123')123>>> int( 阅读全文
posted @ 2012-08-29 21:12
很遗憾我不是
阅读(326)
评论(0)
推荐(0)