Python-programming-exercises icon indicating copy to clipboard operation
Python-programming-exercises copied to clipboard

100+ Python challenging programming exercises

Results 114 Python-programming-exercises issues
Sort by recently updated
recently updated
newest added

Added a question and solution for a program called lastoccurrence(). Bit more difficult for beginners, however, it is doable. This should not be much of a challenge for experienced programmers.

Added a question and solution for a program called FizzBuzz. Quite popular amongst the dev community and it's always fun to let beginners take a crack at it.

Provided another solution to 2.14 using the lower() method.

I found a more efficient way of solving Question 7 using list comprehension. HOWEVER, this is not for beginners, it's just a fun way of solving it. Let me know...

I just changed to right execution code of solved programming file in example 20.

hi. I just want to make the code for question 1 much simpler and easily understandable for beginners ``` python for i in range(2000, 3201): if (i%7==0) and (i%5!=0): print(i,end=",")...

This makes thinking for yourself difficult. The solution pulls eyes like a black hole.

Hello, The problem on line 1975 throws a syntax error. I am using python 3.6 and was wondering if the error is due to that or something else. Thank You,

- this project is featured on the github explore page **however, it does not have a verbose README** **some issues and PR are taking too long to get attention**