Skip to content

Instantly share code, notes, and snippets.

@ntcho
Created March 27, 2017 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntcho/00cea0e703d7c9642e72821b05009cc2 to your computer and use it in GitHub Desktop.
Save ntcho/00cea0e703d7c9642e72821b05009cc2 to your computer and use it in GitHub Desktop.
python programmatic flow error message
Traceback (most recent call last):
File "FILENAME", line 12, in <module>
repeat_lyrics()
NameError: name 'repeat_lyrics' is not defined
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment