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...
Added f-string and changed output, to show 'hi' as well
f-string was missing in line 109
spelling error
explain what a superset is
added output
Provide alternative code for row 287
added the output to line 411
spelling in line 532
.index() output was incorrect
outputs of .find() and .rfind() were incorrect