A guide on using methods that you haven’t yet implemented in Python — If you are implementing a new class, but do not have time now, or simply want to postpone it for later, then you can use the pass statement. I have seen it being used all over the place, and I think it is a good idea to use it when…