We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65729bf commit 53befbaCopy full SHA for 53befba
10.-brief-tour-of-the-standard-library.md
@@ -31,7 +31,7 @@ Các hàm dựng sẵn [`dir()`](https://docs.python.org/3/library/functions.htm
31
>>> shutil.copyfile('data.db', 'archive.db')
32
'archive.db'
33
>>> shutil.move('/build/executables', 'installdir')
34
-'installdir'
+'installdir'
35
```
36
37
### 10.2. Tệp ký tự đại diện (File Wildcards)
0 commit comments