17

me = Person ()

While(me.awake()):

me.code()

Comments
  • 1
    Welcome to devRant. Keep coding...
  • 4
    me.awake();
    while(me.code()){
    me.person(true);
    }
  • 1
    @MaxDeepfield setting the state of person to true every time? Nah, just check if awake and not person. Then, you have optimizedness
  • 0
    @SpencerBeige Optimizing code written intentionally incorrectly is the programming equivalent of killing a joke.
Add Comment