We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90d1af commit b382875Copy full SHA for b382875
examples/simplemath_simpletest.py
@@ -31,6 +31,8 @@
31
print(celsius, "degress Celsius =", fahrenheit, "degrees Fahrenheit")
32
33
print("\nconstrain() examples")
34
+
35
36
# Constrain a value to a range.
37
def constrain_example(value, min_value, max_value):
38
constrained_value = constrain(value, min_value, max_value)
0 commit comments