Courses
Log inStart Learning AI
Courses
Log inStart Learning AI
0

l=[1,3,5,7,3,3,2] output [1,3,5,7,2] write phyton code using list

pyton

python3
21st Oct 2018, 10:21 AM
Bhavya Champaneri
Bhavya Champaneri - avatar
2 Answers
+ 5
a = [6,5,5,4,2,3,1,3] # [6, 5, 4, 2, 3, 1] print(set(a)) print(sorted(set(a), key=a.index))
21st Oct 2018, 12:53 PM
Mert Yazıcı
Mert Yazıcı - avatar
+ 2
Similar problem: https://www.sololearn.com/Discuss/1553612/?ref=app
21st Oct 2018, 10:55 AM
Ipang

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
ĐžŃˆĐžĐ±Đșа ĐČ ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžĐž Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Sololearn course
1 Votes
Best language?
0 Votes
solo learn program issue - iPhone?
1 Votes
How do I keep myself motivated in coding
0 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes