Python可以使用(____)函数打开文件,这个函数默认的打开模式为(____)。? open 'w'|open ;'r'|openfile 'r'|openfile 'w'
举一反三
- 在Python读写文件之前,打开文件使用的函数时()。 A: file B: fopen C: open D: openfile
- 调用open函数可以打开指定文件,在open()函数中访问模式参数使用()表示只读。 A: ’a’ B: ’w+’ C: ’r’ D: ’w’
- 调用open()函数打开指定文件时,在open()函数中访问模式参数使用____表示只读。 A: 'a' B: 'r' C: 'ab' D: 'w'
- 在读写文件之前,打开文件使用的函数是( )。 A: fopen B: file C: open D: openfile
- 在读写文件之前,打开文件使用的函数是______。 A: open B: openfile C: fopen D: file