30-Days-Of-Python
30-Days-Of-Python copied to clipboard
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may...
Fix Typo
Fixed the results on find and rfind examples
fixed a typo on line 102
Added pep8 styling for better readability of code and maintain uniformity.
done exercise one
corrected error from printing reversed list variables
Empty curly braces {} will make an empty dictionary. Only way to create an empty set is with set() function.