SyntaxFix
Write A Post
Hire A Developer
Questions
Try this code:
s = input() a = int(input()) b = s.replace(s[a],'') print(b)