240      
    Alex   
  
    每个人都有属于自己的一片森林,也许我们从来不曾去过,但它一直在那里,总会在那里。迷失的人迷失了,相逢的人会再相逢!   
摘要: 1、列表切片 2、append #追加 3、pop 删除 4、#队列:先进先出 5、del、remove删除 6、len 长度 7、in 包含 8、insert #英文意思 插入嵌入 9、count #英文意思 计算 10、extend #英文意思 延伸 11、index #指标,索引 12、sor 阅读全文
posted @ 2017-07-22 16:07 Alex_c 阅读(229) 评论(0) 推荐(0)
摘要: 1、strip strip 脱去(...的)衣服 去掉左右两边的空白msg=' hellprint(msg) #strip的用处# while True:# name=input('user: ').strip()# password=input('password: ').strip()## if 阅读全文
posted @ 2017-07-22 11:46 Alex_c 阅读(224) 评论(0) 推荐(0)