Check Student String Is Equals To
Checks if a student's string exactly matches the instructor's expected string.
| 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 | |
expected_string | The exact string the student's variable should contain. | str | Yes |