Skip to content

commit-live-students/014-remove-duplicates-from-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Remove duplicate from following list

Notes:

  • Accept a list as a parameter from function named solution.
  • Remove all duplicates.
  • Return a list of unique values.

Instructions:

  • Program should be written in file build.py

  • Function name should be solution

  • Input:

      Type: list
      Value: [3,4,3,5,4]
    
  • Expected Output

      Type: list
      Value: [3,4,5]
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages