Skip to content
Snippets Groups Projects
Commit 18c96aeb authored by K V Ragul's avatar K V Ragul
Browse files

assignment done

parent 81f913fe
Branches
No related tags found
No related merge requests found
Pipeline #96 canceled
str=input("Enter string:")
str1=str[1:]
str1=str1.replace(str[0:1],'$')
print(str[:1]+str1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment