Python-Core-50-Courses icon indicating copy to clipboard operation
Python-Core-50-Courses copied to clipboard

Python语言基础50课

Results 51 Python-Core-50-Courses issues
Sort by recently updated
recently updated
newest added

line 84 '但是使用更加方法' -> '但是使用更加方便'

```python try: with open('guido.jpg', 'rb') as file1, open('吉多.jpg', 'wb') as file2: data = file1.read(512) while data: file2.write(data) data = file1.read() except FileNotFoundError: print('指定的文件无法打开.') except IOError: print('读写文件时出现错误.') print('程序执行结束.') ``` 在第一次循环后 read()没参数...

修改运算符描述,修改markdown语法

《VScode安装使用》的链接失效了 PS:50课后面部分和知乎的不一致

![1646205995(1)](https://user-images.githubusercontent.com/32734008/156314624-a419a2df-73ab-4827-804a-3a87fba3bf55.png) ![1646206072(1)](https://user-images.githubusercontent.com/32734008/156314762-cfe9b09a-1f53-4be6-9f99-12aca00652b7.png)