Skip to content
Snippets Groups Projects
Commit 7ddddd9c authored by aslesha's avatar aslesha
Browse files

Add new file

parent 50dcb375
No related branches found
No related tags found
No related merge requests found
Pipeline #182 canceled
string = input()
h=string[0]
string = string.replace(h,'$')
string = h+string[1:]
print(string)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment