summaryrefslogtreecommitdiff
path: root/prolog/problems/world_data/en.py
diff options
context:
space:
mode:
authorAleksander Sadikov <aleksander.sadikov@fri.uni-lj.si>2016-10-17 16:19:23 +0200
committerAleksander Sadikov <aleksander.sadikov@fri.uni-lj.si>2016-10-17 16:19:23 +0200
commitc5139404dff6f3266489e8b041ee6b92b8a03538 (patch)
tree59c0064446ba884610086e5d1bbcb40190a110c9 /prolog/problems/world_data/en.py
parentf12796f00b36d143d8e2735cbec988cad3a3e9e3 (diff)
Week2: simpop/3 exercise added.
Diffstat (limited to 'prolog/problems/world_data/en.py')
-rw-r--r--prolog/problems/world_data/en.py8
1 files changed, 8 insertions, 0 deletions
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 = '''\
+<p>
+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".
+</p>
+'''