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

Hi. In 11_functions.md, under the Function with Parameters(heading) - Single Parameter Example, instead of returning the "total" in the "sum_of_numbers(n)" function, it prints the "total" and returns None. May I...

Fixed the issue where the Chinese readme link could not be redirected correctly

correct mistakes in comments, add symbols "|,&,-,^" for union, intersect and ... using sets, add step negative in ranges

Fix error on line 171 ``` Traceback (most recent call last): File "/home/mario/code/30-Days-Of-Python/04_Day_Strings/day_4.py", line 171, in print(challenge.digit()) # True ^^^^^^^^^^^^^^^ ```

changed food_staff to food_stuff.

Removed part of question 9 to find Euclidean distance as this requires the use of sqrt() from the math module which isn't discussed until later in the course

Fixed the comment by changing 9 to 8 for exponentiation 2**3

I changed a 9 for an 8 (2*2*2)

day_4.py roll 171 digit() should be isdigit()