Skip to content

gyandhanee/fsdse-python-assignment-14

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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:

  • We have created a file for you named build.py.
  • Inside this file we have created a function for you named solution.
  • You have to code inside this function only.
  • In advance python we will cover you how to create functions and classes.
  • Function always should return something. In our case it should return expected output from program.
  • If you do not follow these steps test cases will not execute and you can not submit the code.
  • Please contact tech@greyatom.com for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%