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

Added f-string and changed output, to show 'hi' as well

f-string was missing in line 109

explain what a superset is

Provide alternative code for row 287

added the output to line 411

.index() output was incorrect

outputs of .find() and .rfind() were incorrect