Skip to content Skip to sidebar Skip to footer
Showing posts with the label Conditional Statements

Finding If A Triangle Is Right-angled Or Not

This Python 3 based function returns if a triangle is or isn't right-angled given side lengths … Read more Finding If A Triangle Is Right-angled Or Not

Generate All Combinations With Maximum Difference Of Consecutive Elements

I would like to generate combinations with length 9 out of a sorted list (length 150) without any r… Read more Generate All Combinations With Maximum Difference Of Consecutive Elements