summaryrefslogtreecommitdiff
path: root/prolog/problems/world_data/en.py
blob: 3d3cbaf6ae5de8fe3a5e8c7d786e21eef23f6d91 (plain)
1
2
3
4
5
6
7
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>
'''