File size: 273 Bytes
340e818
 
 
1
2
3
4
{"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]"}