python-sneks
python-sneks copied to clipboard
Ellie's bug log
- [ ] Function average is not defined
- [ ] Read out of scope with double-branch defined value
- [x] 34.2) Make it so that it doesn't say "it doesn't exist"
- [x] 35.4 Claims she's not printing even though she definitely is.
- [x] 39.5 Believes iterating through a dictionary is iterating through an empty list.
- [x] 40.1 Did not create any dictionaries
- [ ] 48.1 she used the "txt" method of the response object, which returned None instead of a runtime error.
35.4 Claims she's not printing even though she definitely is.
This is caused by the environment not recognizing printing from functions. Not sure why that happens, but it is clearly an issue. Easily avoided for this problem by preventing function definition (suboptimal answer).