From c5139404dff6f3266489e8b041ee6b92b8a03538 Mon Sep 17 00:00:00 2001 From: Aleksander Sadikov Date: Mon, 17 Oct 2016 16:19:23 +0200 Subject: Week2: simpop/3 exercise added. --- prolog/problems/world_data/en.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 prolog/problems/world_data/en.py (limited to 'prolog/problems/world_data/en.py') diff --git a/prolog/problems/world_data/en.py b/prolog/problems/world_data/en.py new file mode 100644 index 0000000..3d3cbaf --- /dev/null +++ b/prolog/problems/world_data/en.py @@ -0,0 +1,8 @@ +name = 'The World Factbook' +description = '''\ +

+Let's ask prolog some questions about our world, e.g. through which countries a given river flows or which +two countries are most similar in terms of the size of their populations. For this purpose a database +containing facts about the world has been loaded. The database comes from the almanac "The World Factbook". +

+''' -- cgit v1.2.1