Skip to content

Commit

Permalink
Add counting test
Browse files Browse the repository at this point in the history
  • Loading branch information
tloen committed Mar 16, 2023
1 parent 88bfa8f commit b8c32be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def evaluate(instruction, input=None, **kwargs):
"Write a program that prints the numbers from 1 to 100. But for multiples of three print 'Fizz' instead of the number and for the multiples of five print 'Buzz'. For numbers which are multiples of both three and five print 'FizzBuzz'.",
"Tell me five words that rhyme with 'shock'.",
"Translate the sentence 'I have no mouth but I must scream' into Spanish.",
"Count up from 1 to 500.",
]:
print("Instruction:", instruction)
print("Response:", evaluate(instruction))
Expand Down

0 comments on commit b8c32be

Please sign in to comment.