Check Student String Is At Least N Chars Long
Checks if a student's string variable has at least 'n' characters.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
variable_name | The name of the student's variable containing a string. | str | Yes | |
min_length | The minimum number of characters required in the string. | int | Yes |