Skip to content

Commit d891955

Browse files
committed
reformat code snippet
1 parent 466ca97 commit d891955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Hello World!
88
```
99

1010
### 2. The classic
11-
```py
11+
```
1212
>>> import this
1313
1414
The Zen of Python, by Tim Peters
@@ -147,7 +147,7 @@ latitude wide based on your location.
147147
7. Guido van Rossum is a big fan of [Monty Python's Flying Circus](https://en.wikipedia.org/wiki/Monty_Python%27s_Flying_Circus)
148148
8. It's a substitution cipher called [ROT13](https://en.wikipedia.org/wiki/ROT13)
149149
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
151151
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
152152

153153
## Add more

0 commit comments

Comments
 (0)