Platform Name | CodeCheck |
Exercise Type | Code Completion |
Language | Python |
Description | Given three numbers x, y, z and a Boolean variable <code>strict</code>, return <code>true</code> if <code>strict</code> is false and x ≤ y ≤ z, or <code>strict</code> is true and x < y < z. |
Keywords | , |
URL | https://codecheck.io/files/horstmann/codecheck-python-FunctionsWithDecisions-5 |
Author | Cay Horstmann |
Institution | San José State University |
Iframe URL | https://codecheck.io/files/horstmann/codecheck-python-FunctionsWithDecisions-5 |
LTI URL | https://codecheck.io/files/horstmann/codecheck-python-FunctionsWithDecisions-5 |
LTI Instructions URL | https://horstmann.com/codecheck/lti.html |