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
This can generate a GPS coordinate in a region which is 1 longitude long and 1
138
+
latitude wide based on your location.
139
+
130
140
## Notes
131
141
1. Easiest hello world program in a language without calling any function
132
142
2. Each and every line is the philosophy of Python's design and is a supreme holy guide
@@ -137,7 +147,8 @@ True
137
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)
138
148
8. It's a substitution cipher called [ROT13](https://en.wikipedia.org/wiki/ROT13)
139
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
140
-
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
+
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