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

https://github.com/zhiwehu/Python-programming-exercises/blob/22bb9b343f009a1d710117b02f5b278e0761094f/100%2B%20Python%20challenging%20programming%20exercises.txt#L562

I have two non-linear equations with only two variables which are tedious to solve. Please see below for the equations and conditions: ![image1](https://user-images.githubusercontent.com/48629392/80049222-4f86da80-84e0-11ea-818d-a6913f30f866.PNG) I'm having difficulty solving this system, is...

README file is corrected to README.md

https://github.com/zhiwehu/Python-programming-exercises/blob/22bb9b343f009a1d710117b02f5b278e0761094f/100%2B%20Python%20challenging%20programming%20exercises.txt#L175

The current solution looks less pythonic. If i may suggest this one: b = input("Enter words : ") a = b.split(" ") print([x.upper() for x in a])

As in topic: Problem is to provide class, answer is a generator function You should change "Define a class with a generator which can iterate the numbers" to "Define a...

I just tried to categorize all the given questions in 3 separate file (level 1, level 2 and level 3).

**Fixes** 1. Fixed some grammars. 2. Added `a/an` on appropriate wordings. 3. Removed extra space and added commas.