To open a file in python, in-built function open() is used, it takes two arguments: the file name or path and mode (i.e. 'r' for read, 'w' for ...
確定! 回上一頁