随笔分类 - Python成长之路
有始有终的学好一门语言!
摘要:字符串常用功能: 移除空白 strip,lstrip,rstrip, 分割 spilt,partition & rpartition 长度 len 索引 index,find,rfind 切片 [:]来实现 移除空白 strip,lstrip,rstrip, 分割 spilt,partition &
阅读全文
摘要:#! /usr/bin/env pythoncount = 0for i in range(1000,3000): set = str (i) if (set[::-1]) == (set[0::]): count += 1 print(i,"count=",count)#第二种方法# def fn
阅读全文
摘要:Python格式化输出 1.通过指定的数据类型输入 #! /usr/bin/env python name = input("Name:") age = input("Age:") sex = input("Sex:") info = ''' Info-of-%s Name=%s Age=%s Se
阅读全文

浙公网安备 33010602011771号