diff --git a/pyjail-revenge/solve.md b/pyjail-revenge/solve.md index 8122930..162d9cd 100644 --- a/pyjail-revenge/solve.md +++ b/pyjail-revenge/solve.md @@ -2,7 +2,7 @@ This challenge is essentially the same as JailBreak 2, except that characters with larger unicode code points are also banned, preventing the italics cheese -(see the bottom of [solvepath for pyjail 2](../pyjail-2/solve.md)) +(see the bottom of [solvepath for pyjail 2](../pyjail-2/solve.md)). We also banned some miscellaneous characters that were also unnecessary (but still managed to forget `<>`.) Unlike the first JailBreak, this time the security measures banned numbers. However, this does not factor into the fact the both `True` and `False` are counted as 1 and 0 respectedly. Using the `bool` function, which when presented with a not empty argument evaluates to true, we can then do math to get the the needed ascii values, counting `all(())` as 1.