Back
Understand The Algorithm
Keywords
Source
Related Prompts
Unravel The Mystery Of This Regex
What exactly does this strange-looking regex do?
[Enter Regex]
Create Test Cases
Write a few test cases to ensure this [Function name] is correct.
Identify The Bug
Find the bug in the following function that finds [Enter the problem] and [Enter the function]
Add Comments To This Code
Add comments to this code:
[Insert code]
Correct The Punctuation
Correct punctuation in this:
[Text without punctuation]
Generate Code
Can you please code this in [Insert language] ?
[Insert instructions]
Rephrase The Following Instruction
Generate a variation of the following instruction while keeping the semantic meaning.
[Insert instruction]
Determine The Sum Of Odd Numbers
The odd numbers in this group add up to an even number: 4, 8, 9, 15, 12, 2, 1.
A: Adding all the odd numbers (9, 15, 1) gives 25. The answer is False.
The odd numbers in this group add up to an even number: 17, 10, 19, 4, 8, 12, 24.
A: Adding all the odd numbers (17, 19) gives 36. The answer is True.
The odd numbers in this group add up to an even number: 16, 11, 14, 4, 8, 13, 24.
A: Adding all the odd numbers (11, 13) gives 24. The answer is True.
The odd numbers in this group add up to an even number: 17, 9, 10, 12, 13, 4, 2.
A: Adding all the odd numbers (17, 9, 13) gives 39. The answer is False.
The odd numbers in this group add up to an even number: 15, 32, 5, 13, 82, 7, 1.
A:
Create A Regex Pattern
Use this format, giving fields in any order:
Regex: ${A regex}
Description: S{Description} Positive: ${Positive test strings, quoted}
Negative: ${Negative test strings, quoted}
Regex: /