Masukkan antar karakter python

n = list(input().strip())
k = input().strip()
print(*n,sep=k)
Excited Earthworm