Skip to content
Snippets Groups Projects
Commit 5c66db30 authored by Vivin Balaji K S 's avatar Vivin Balaji K S
Browse files

Upload New File

parent e5a0afed
Branches
No related tags found
No related merge requests found
Pipeline #111 canceled
z=input()
a=z[0]
z=z[1:]
print(a,end='')
for item in z:
if item==a:
print("$ ",end='')
else:
print(item,end='')
print()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment