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

The link to in the README file [Euclidian distance](https://en.wikipedia.org/wiki/Euclidean_distance#:~:text=In%20mathematics%2C%20the%20Euclidean%20distance,being%20called%20the%20Pythagorean%20distance.) should open on another tab

Rindex() returns the highest index of the substring inside the string, not the end index of a substring. Therefore the output of this command is the same, as the output...

https://github.com/Asabeneh/30-Days-Of-Python/blob/ff24ab221faaec455b664ad5bbdc6e0de76c3caf/04_Day_Strings/day_4.py#L156

The position of some particles on the horizontal x-axis are -12, -4, -3 and -1 in the negative direction, 0 at origin, 4 and 8 in the positive direction points...

There is an error in the example code of `Day 17 doc` ,`Packing Dictionaries part` The string object should be formatted in this way or it will not print the...

find() and rfind() expected return fix

You can write double quotes inside single quotes without the backslash so it would be a better example to write single quotes inside singe quotes using back slashes

Answers are wrong, they are swapped.

Minor update to Functions.md and Higher_order_functions.md