New Bug Idea:
Change return statements into print statements.
- replace the word return with print
- insert quotation marks and parentheses in the beginning and end of the line
- make sure the whitespace lines up.
- optional: generate a new return statement with something like a string that says "ValueError" just to be confusing.
This is another good candidate for a logical error as the function will just return None, but the file won't be syntactically incorrect.
New Bug Idea:
Change return statements into print statements.
This is another good candidate for a logical error as the function will just return None, but the file won't be syntactically incorrect.