prolog代写
Assignment: You are designing a system for managing software packages on a computer. To that end, you will have information about the available software packages, stored in the form of Prolog facts. The types of facts are as follows: package(package_name) Package_name is the name of a package which is available on the system. […]