Tutorial 4 of Artificial Intelligence
a.
Write a program to compute:
i.
Length of a given list.
ii.
Sum of all numbers present
in a list.
b.
Write a program to append
one list behind another list and generate a new list.
c. Write a program to form union of two lists.
>>Download Here<<