Check Student Int Is Equals To
Checks if a student's integer variable is exactly equal to the expected integer.
| Device Type |
|---|
| Jupyter |
Variables:
| Variable Name | Variable Description | Type | Required? | Default |
|---|---|---|---|---|
variable_name | The name of the student's variable containing an integer. | str | Yes | |
expected_value | The exact integer the student's variable should contain. | int | Yes |