2017年8月6日

摘要: #! /usr/bin/env python#! -*- cording:utf-8 -*-temp="alex"# chengbao=type(temp)#找出当前数据的类型# print (chengbao)# temp.upper()# #变大写# temp.lower()# #变小写#输出str#print (help(type(temp)))#先找到某个对象的类型,再用help列出其... 阅读全文
posted @ 2017-08-06 11:46 aqiu 阅读(143) 评论(0) 推荐(0)

导航