sympy_prime
Retrieve the n-th prime number. Input a positive integer (1-indexed) to return the prime at that position.
Instructions
Return the n-th prime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Positive integer (1-indexed) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |