Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
for (v in range(1, 4)):
print(v)
ERROR [...] The builtin function 'range' accepts exactly 3 arguments (matrix, scalar value that should be replaced (pattern), scalar value (replacement))
This should say "The builtin function 'range' accepts exactly 3 arguments (from, to, increment)".