Mad Techiez
Home
Problem Solving
_Expressions
_Loops
DSA
Placement Preparation
Aptitude
Home
Coding Practice
DAILY CHALLENGE 11-03-18
DAILY CHALLENGE 11-03-18
a=input()
b=[]
for i in a:
b.append(i)
b=list(set(b))
b.sort()
b.reverse()
for i in b:
print(i,end='')
Coding Practice
Post a Comment
0 Comments
Social Profiles
Popular Posts
DAILY MCQ
Expressions and Conditional Statements (Identification Number) ID-3455
CSE1002 Recursive Fibonacci (Id-1249)
Create your own .com domain
Contact form
0 Comments