A. read B. readline C. readall D. readtext
A. r B. w C. a D. b
A. jieba B. python-docx C. python-pptx D. Pefile
A. pip B. jieba C. yum D. loso
A. BeautifulSoup B. mayavi C. TVTK D. pygame
A. open B. seek C. write D. read
A. fp = open('d:\\news.txt') B. fp.open('d:\\news.txt','r+') C. fp = open(r'd:\news.txt','r+') D. fp = fopen('d:\\news.txt','a')
A. stdin B. stdinput C. stdout D. stderr
A. a B. rb+ C. wb+ D. ab+