pangram_check
Check if a text contains every letter of the alphabet, confirming it as a pangram.
Instructions
Check if text is a pangram (contains every letter of alphabet).
Parameters:
text — Text to check for pangram property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |