打開文件,并寫入文字
replace的用法
replace(要替換的部分泉孩,將要換成什么字符)
format的用法
內建函數(shù)
各函數(shù)介紹連接:https://docs.python.org/3/library/functions.html
打印分開
sep='\n'
數(shù)據(jù)結構
(1)列表list
a.insert(位置硼端,插入對象), a.remove(刪除對象), apend(加入對象)寓搬, del a[0]?
(2)字典dictonary
第三方庫網址:
http://awesome-python.com/#websites