Open abuakramGit opened 7 months ago
Just commenting to confirm these two bugs. Spent way too much time trying to figure it out. Haven't found a way around both bugs for part 6 exercise 16 "Dictionary stored in a file". But for the bug on part 6 exercise 11 "Diary", you can just type,
print("Bye!)
print("Bye!)
and it will mark as passed.
FAIL: DictionaryFileTest: test_1_exit_only Program should output two lines with input 3 now the output is Bye!
This is wrong, since output sample says: Function: 3 Bye!
FAIL: DictionaryFileTest: test_2_remove_add_words_and_exit Program should output two lines with input 1 auto car 3 now the output is Dictionary entry added Bye!
This is a bug too, since when ever a word is added to dictionary, "Dictionary entry added" should be printed out
following my code:
''' while True:
'''