This blog has content related to python programing language and Automation with python and hacker rank solutions , leet code solution
This blog has content related to python programing language and Automation with python and hacker rank solutions , leet code solution
TCS DCA wings 1 Python most asked question and Solution
list1=input()
list1=list1.split(",")
st=list1[0]
for i in list1:
for j in i:
if j not in st:
st+=j
print(st)
Comments
Post a Comment