Manik

101
reputation
while(alive){
  if(state_of_mind == 'confusion'){
    explore();
} 
  else{
    do();
  }
}