jmelahman/python-for-everybody-solutions

small problem in exercise10_1.py

Closed this issue · 0 comments

python-for-everybody-solutions/exercise10_1.py

This is a small problem but just in case.

ll.50-51 should be

for val, key in lst[:1]:                # Excanged key and val
    print(key, val)