MCPcopy Create free account
hub / github.com/geekcomputers/Python / AREA OF TRIANGLE.py

File AREA OF TRIANGLE.py

AREA OF TRIANGLE.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def get_valid_side(prompt:str):
2 while True:
3 try:
4 value = float(input(prompt))

Callers

nothing calls this directly

Calls 1

get_valid_sideFunction · 0.85

Tested by

no test coverage detected