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

问题8需要更正

Added ptBR (Brazil portuguese) language up to line 275

Does the same thing with less code and a bit easier to read

Hello, I'm interested in translating this exercises to portuguese. A lot of people here in Brazil are interested in practicing with these exercises, so this could make it more accessible...

Hey, I first wanna thank you for creating a wonderful exercise repository. I am very grateful to you. I actually have an easier method to solve Question 10. The code...

Solution code does not seem to work. After running the solution provided I get _TypeError:argument to reversed() must be a sequence_ I have edited reverse() as reversed(). Haven't found a...