Skip to content

Program creates two random lists of ten elements. Then it returns a list of elements that are in both random lists.

Notifications You must be signed in to change notification settings

marianess/list-overlap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

list-overlap

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).

About

Program creates two random lists of ten elements. Then it returns a list of elements that are in both random lists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages