File size: 1,511 Bytes
2d927de | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {"input": "What is the capital of France?", "output": "Paris"}
{"input": "What is the capital of Germany?", "output": "Berlin"}
{"input": "What is the capital of Italy?", "output": "Rome"}
{"input": "What is the capital of Spain?", "output": "Madrid"}
{"input": "What is the capital of Portugal?", "output": "Lisbon"}
{"input": "What is the capital of Greece?", "output": "Athens"}
{"input": "What is the capital of Turkey?", "output": "Ankara"}
{"input": "What is the capital of Egypt?", "output": "Cairo"}
{"input": "What is the capital of Nigeria?", "output": "Abuja"}
{"input": "What is the capital of South Africa?", "output": "Pretoria"}
{"input": "What is the capital of Argentina?", "output": "Buenos Aires"}
{"input": "What is the capital of Brazil?", "output": "Brasília"}
{"input": "What is the capital of Mexico?", "output": "Mexico City"}
{"input": "What is the capital of Canada?", "output": "Ottawa"}
{"input": "What is the capital of Australia?", "output": "Canberra"}
{"input": "What is the capital of India?", "output": "New Delhi"}
{"input": "What is the capital of China?", "output": "Beijing"}
{"input": "What is the capital of Japan?", "output": "Tokyo"}
{"input": "What is the capital of Korea?", "output": "Seoul"}
{"input": "What is the capital of Vietnam?", "output": "Hanoi"}
{"input": "What is the capital of Thailand?", "output": "Bangkok"}
{"input": "What is the capital of Malaysia?", "output": "Kuala Lumpur"}
{"input": "What is the capital of Indonesia?", "output": "Jakarta"}
|