TORONTO KIDS COMPUTER CLUB | Markham Saturday 15:30 Python Homework 20.02.29.
17167
post-template-default,single,single-post,postid-17167,single-format-standard,ajax_fade,page_not_loaded,,no_animation_on_touch,qode-theme-ver-7.6.2,wpb-js-composer js-comp-ver-6.10.0,vc_responsive

Markham Saturday 15:30 Python Homework 20.02.29.

06 Mar Markham Saturday 15:30 Python Homework 20.02.29.

Question:
Make a list by taking 10 input from user. Now delete all repeated elements of the list.

Sample Input:
1,2,3,2,1,3,12,12,32

Sample Output:
1,2,3,12,32

No Comments

Sorry, the comment form is closed at this time.