Dataset Viewer
Auto-converted to Parquet Duplicate
prompt
stringclasses
3 values
answer
stringclasses
3 values
What is the capital of France?
Paris
Explain Newton's third law.
For every action, there is an equal and opposite reaction.
Write Python code to reverse a string.
def reverse_string(s): return s[::-1]

No dataset card yet

Downloads last month
13