30-Days-Of-Python icon indicating copy to clipboard operation
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...

Results 388 30-Days-Of-Python issues
Sort by recently updated
recently updated
newest added

Fixed the results on find and rfind examples

Added pep8 styling for better readability of code and maintain uniformity.

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.