about | help | code help+videos | done | prefs |
Given a list containing three lengths of a triangle, return True if the triangle is right. Return False otherwise. Parameter sides contains positive, non-zero values. isRight([3, 4, 5]) → True isRight([12, 5, 13]) → True isRight([1, 1, 2]) → False ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 150
Copyright Nick Parlante 2017 - privacy