Closed CosmicHorrorDev closed 6 years ago
This switches the short for-loops in favor of joining and printing. Along with using .items() on the for-loops that iterate over dicts, directly iterate over the (key, value) pairs instead of getting the value later using dict[key].
join
Thanks for you contribution 👍
This switches the short for-loops in favor of
join
ing and printing. Along with using .items() on the for-loops that iterate over dicts, directly iterate over the (key, value) pairs instead of getting the value later using dict[key].