1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-10-04 10:11:35 +02:00

[python/*] remove feedback email request

This commit is contained in:
Boris Verkhovskiy
2024-04-07 03:54:02 -07:00
parent 8f67b5f2ef
commit 0aceb41100
28 changed files with 1 additions and 80 deletions

View File

@@ -15,9 +15,6 @@ lang: zh-cn
Python 是由吉多·范罗苏姆(Guido Van Rossum)在 90 年代早期设计。
它是如今最常用的编程语言之一。它的语法简洁且优美,几乎就是可执行的伪代码。
欢迎大家斧正。英文版原作 Louie Dinh [@louiedinh](http://twitter.com/louiedinh)
邮箱 louiedinh [at] [谷歌的信箱服务]。中文翻译 Geoff Liu。
注意:这篇教程是基于 Python 3 写的。如果你想学旧版 Python 2我们特别有[另一篇教程](http://learnxinyminutes.com/docs/pythonlegacy/)。
```python