Before my interview with Ms.Chen, I read () I could find about her legendary life. A、anythingB、everything
Before my interview with Ms.Chen, I read () I could find about her legendary life.
A、anything
B、everything
相关考题:
I, my, will, true, come, hope, dream__________________________________________________________________________.
I ()have been here, but I()not find the time.A. could; couldB. might; couldC. should; couldD. should; would
—The sea is very rough today.—Yes,I‘ve never seen_______before.A.such rough seaB.such a rough seaC.so rough seaD.that rough sea
I__________have been there,but I__________not find the time.A.should;wouldB.should;couldC.might;couldD.could;could
#将文件d:1.xls中第一次出现的"DPB"替换为“DPx” with open('d:1.xls','rb+') as fr: #打开文件 s=fr.read() #读取文件到s中 i=s.find(b'DPB') #查找s中二进制下DPB出现的位置 if(i!=-1): #如果找到 fr.______(i,0) #定位到第i个字节 fr.write(b'DPx') #写入