Skip to content
Snippets Groups Projects
Commit 72521f0f authored by Velaga Abijith's avatar Velaga Abijith
Browse files

q4 done

parent f9cff2ee
No related branches found
No related tags found
No related merge requests found
str=input("enter a string : ")
c=str[0]
s1=str[1:]
s1=s1.replace(c,'$')
print(c+s1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment