| {"prompt":"What is the capital of France?","answer":"Paris"} | |
| {"prompt":"Explain Newton's third law.","answer":"For every action, there is an equal and opposite reaction."} | |
| {"prompt":"Write Python code to reverse a string.","answer":"def reverse_string(s): return s[::-1]"} | |