Timeline for Write lines in detention
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 25 at 12:38 | comment | added | ojdo |
And now, thanks to this answer, I found that this contains a ready-to-use rot13 dictionary (this.d), just that The Zen of Python is obfuscated. Decoding (of s) happens by "".join([d.get(c,c)for c in s]
|
|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Oct 26, 2014 at 23:35 | comment | added | FryAmTheEggman |
@BetaDecay I actually was bored and decided to read the zen of python, so I went to my interpreter and wrote import this. Then I thought: "What else could be in the this module?" So I called dir(this). Lo and behold, along with a dictionary, a garbled up string, and a "!" variable, there was a numeric constant... equal to 25.
|
|
| Oct 26, 2014 at 16:54 | comment | added | Beta Decay |
+1 For use of from this import i! How did you know about that?
|
|
| Oct 24, 2014 at 19:01 | history | edited | FryAmTheEggman | CC BY-SA 3.0 |
added 76 characters in body
|
| Oct 24, 2014 at 17:16 | history | answered | FryAmTheEggman | CC BY-SA 3.0 |