This website requires JavaScript.
Explore
Help
Register
Sign In
exercism
/
python
Watch
1
Star
0
Fork
0
You've already forked python
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51f8c8dc2ea09921942321ae1271f0b237b8a659
python
/
exercises
/
practice
/
triangle
/
triangle.py
11 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
triangle: sync with problem-specifications (#1786) * triangle: Update function and test names Brings the exercise in line with canonical-data 1.2.1
2019-05-23 18:34:54 +02:00
def
equilateral
(
sides
)
:
Add skeleton files for exercises (#415) closes #272
2017-03-12 15:13:28 +01:00
pass
triangle: sync with problem-specifications (#1786) * triangle: Update function and test names Brings the exercise in line with canonical-data 1.2.1
2019-05-23 18:34:54 +02:00
def
isosceles
(
sides
)
:
triangle: update tests to canonical-data v1.0.0 (#1163)
2018-01-18 17:43:18 -06:00
pass
Added parameters to triangle
2017-10-07 18:34:29 +05:30
triangle: sync with problem-specifications (#1786) * triangle: Update function and test names Brings the exercise in line with canonical-data 1.2.1
2019-05-23 18:34:54 +02:00
def
scalene
(
sides
)
:
triangle: update tests to canonical-data v1.0.0 (#1163)
2018-01-18 17:43:18 -06:00
pass
Reference in New Issue
Copy Permalink