This asignment was completed at one of the [Python CodeClub] (https://www.facebook.com/groups/518152608341532/) sessions at the [Tallinn University of Technology] (http://www.ttu.ee/en).
- function rand_list creates two lists composed by 10 random numbers from 1 to 99.
- function list_overlap returns a list of elements that are present in both randomly generated lists (without duplicates).