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

Visited aicodeplayer.com and It was beautiful what I could understand. Can you please translate it in English too?

![Screen Recording 2020-10-16 at 5 48 17 PM](https://user-images.githubusercontent.com/10222413/96257698-72e69a00-0fd8-11eb-86d2-b900228e0f29.gif)

I have made the addition of a problem between the original problems 27 and 28. This new problem requires a function to be made that sums two matrices created with...

Its a great really good worke. Thank bro

https://github.com/zhiwehu/Python-programming-exercises/blob/22bb9b343f009a1d710117b02f5b278e0761094f/100%2B%20Python%20challenging%20programming%20exercises.txt#L1942 https://github.com/zhiwehu/Python-programming-exercises/blob/22bb9b343f009a1d710117b02f5b278e0761094f/100%2B%20Python%20challenging%20programming%20exercises.txt#L1953 The solution shown is `print(random.sample(range(100), 5))` However that will only generate numbers between 0 and 100, but the question asks for 100 to 200. The solution should be...