摘要:
num=input("please input the num: ")print "the number your input is: "+str(num)def checktype(num): if isinstance(num,(int,long,float,complex)):##isi... 阅读全文
posted @ 2015-01-14 14:54 毕加索的ma 阅读(822) 评论(0) 推荐(0)
|
|||
|
摘要:
num=input("please input the num: ")print "the number your input is: "+str(num)def checktype(num): if isinstance(num,(int,long,float,complex)):##isi... 阅读全文
posted @ 2015-01-14 14:54 毕加索的ma 阅读(822) 评论(0) 推荐(0) |
|||