Facebook
From kush, 4 Years ago, written in Plain Text.
This paste is a reply to file handling 10 from kush - view diff
Embed
Download Paste or View Raw
Hits: 369
  1. a=input()
  2. l=list(a)
  3. b=[]
  4. for i in l:
  5.     if(l.count(i)==1):
  6.         b.append(i)
  7. if(len(i)==0):
  8.     print("#")
  9. else:
  10.     b.sort()
  11.     for i in b:
  12.         print(i,end='')
  13. print("\n")
  14. l.sort()
  15. for i in l:
  16.     print(i,end='')

Replies to file handling 11 rss

Title Name Language When
file handling 12 kush text 4 Years ago.