Ziyadsk / scc

An Offline cheat sheet and a quick reference command line tool for HTML, CSS and JS .
MIT License
124 stars 14 forks source link

Removed short for-loops, and used .items() to access values #3

Closed CosmicHorrorDev closed 6 years ago

CosmicHorrorDev commented 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].

Ziyadsk commented 6 years ago

Thanks for you contribution 👍