Your browser does not support the Canvas element.
摘要: 一、基本数据类型相关知识 1、str. join()函数 关于字符串 a = "我爱北京" b = a.join("真的") 将"我爱北京"插入到真的中,形成一个新的字符串。 print( b ) 真我爱北京的 关于列表 lst = [“董存rui”,“黄继光”,“邱少yun”,“三毛”] a = 阅读全文
posted @ 2018-07-10 16:25 一根小菜 阅读(132) 评论(0) 推荐(0)
Your browser does not support the Canvas element.