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...
In the find() example if find() returns the position first occurrence of 'y', then shouldn't it return 5 instead of 16?
https://github.com/Asabeneh/30-Days-Of-Python/blob/ff24ab221faaec455b664ad5bbdc6e0de76c3caf/04_Day_Strings/day_4.py#L171
People must know about what is operator and what are operands so I added few lines in this code . This help people get basic idea about the Operand and...
There should be a small mistake in this example , about find() and rfind()
Made some changes to the README to make the sentences more fluent.
I felt overwhelmed when I saw the floor operator so I gave the output to for every code I think it will help others to understand as well
Added a _blank target to Euclidian distance link to make it open on another tab