7.1_C Answer - 4
nazjude opened this issue · 2 comments
nazjude commented
nazjude commented
test code attached:
7.1_C.txt
version:
print(sys.version)
3.7.6 (default, Jan 8 2020, 20:19:54)
results:
To
update a -> b
update a -> fin
To
To
To
check sequence:
['a', 'c', 'b', 'fin']
cost updatd:
{'a': 2, 'c': 2, 'b': 4, 'fin': 4}
egonSchiele commented
correct, this should now be fixed
