You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Hello World!
8
8
```
9
9
10
10
### 2. The classic
11
-
```py
11
+
```
12
12
>>> import this
13
13
14
14
The Zen of Python, by Tim Peters
@@ -147,7 +147,7 @@ latitude wide based on your location.
147
147
7. Guido van Rossum is a big fan of [Monty Python's Flying Circus](https://en.wikipedia.org/wiki/Monty_Python%27s_Flying_Circus)
148
148
8. It's a substitution cipher called [ROT13](https://en.wikipedia.org/wiki/ROT13)
149
149
9. In many languages there are two ways to do the same thing `--no` and `no--`. The message has a hidden example in itself
150
-
10. Support for unicode character set for naming identifiers was added in Python3. Though, it is not explicitly preferred while writing code, it adds flavour to working with scientific formulas.
150
+
10. Support for unicode character set for naming identifiers was added in Python3. Though, it is not explicitly preferred while writing code, it adds flavour to working with scientific formulas
151
151
11. The original code is [here](https://github.com/python/cpython/blob/master/Lib/antigravity.py) with the [xkcd comic](https://xkcd.com/426/) referenced, and maybe that's why this is also in the `antigravity` module
0 commit comments