1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-25 13:58:59 +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

@@ -18,10 +18,6 @@ Python was created by Guido van Rossum in the early 90s. It is now one of the
most popular languages in existence. I fell in love with Python for its
syntactic clarity. It's basically executable pseudocode.
Note: This article applies to Python 3 specifically. Check out
[here](http://learnxinyminutes.com/docs/pythonlegacy/) if you want to learn the
old Python 2.7
```python
# Single line comments start with a number symbol.