Created
March 27, 2017 03:22
-
-
Save ntcho/00cea0e703d7c9642e72821b05009cc2 to your computer and use it in GitHub Desktop.
python programmatic flow error message
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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