Skip to content

Conversation

@kunal768
Copy link

  • The current code had a cyclic dependecy - messages were dependent on output and vice-versa
  • This resulted in the folllowing error -
     print(messages)
            ^^^^^^^^
          NameError: name 'messages' is not defined
  • Removed that dependency and ensured correct functionality and output
  • Added appropriate comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant