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

In the dictionary "person", a key is specified as "is_marred" instead of "is_married". Therefore, some examples don't run the code. person = { 'first_name':'Asabeneh', 'last_name':'Yetayeh', 'age':250, 'country':'Finland', 'is_marred':True, 'skills':['JavaScript', 'React',...

Fix overlapping and incorrect grade ranges in Day 9 exercise. Make A 90-100, B 80-89, C 70-79, D 60-69, F 0-59. Edits made to and .

Within: > Exercises: Level 2 >Write a code that gives a grade to students according to their scores: 80-100, A **70-89, B**

Add filtering for countries containing 'land'

The first docs for Chinese not found.

## Summary Fixed a small issue in the comparison operator examples. The original text described the `not in` operator but didn’t include a working example or had a typo. ##...

Fixed issue for 06_tuples.md please verify and merge this PR

changing the output result 27 to 9. issues #694