[Solved] struck with raintrap in python
You have multiple problems with your code. Variable names could be more informative l -> left_side. This way you don’t need to have a comment on every line. You use a variable n that is not initialized to anything. Perhaps split your code into multiple functions. Then you can investigate if each function does what … Read more