Question

Write a function to remove all duplicate numbers in the given list?

Login to Submit

Examples

Input: [1, 1, 2, 3]
Output: [1, 2, 3]