Change name: string.py to strings.py

标准库里有一个名为 string 的,在很多包里(比如 pip -> logging )用了它。
鉴于,这个是针对新手的,可能在这个文件夹下用 pip 安装包,导致发生 `ImportError`

```
from string import Template
ImportError: cannot import name 'Template' from 'string' (/User/xxx/Python-100-Days/Day01-15/Day02/code/string.py)
```

因此改名为 strings.py 以规避此错误。
pull/101/head
Nasy 2019-05-14 21:32:07 +08:00 committed by GitHub
parent 0d2f07087d
commit 6b0c4c7d00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 0 deletions