Python Jailbreak Mastery

mucomplex
8 min readApr 4, 2020
“If you ever get a second chance in life for something, you’ve got to go all the way. A man deserves a second chance, but keep an eye on him. God always offers us a second chance in life. If you are still breathing, you have a second chance.”

Prerequisite:

  1. Knowledge in python programming.
  2. Creativity to solves problem.

Let me introduce you crucial functions that need to solve the problems.

dir() -returns list of the attributes and methods of any object.

dir() Rules:

--

--