fork download
  1. a = input()
  2. b = input()
  3. print(*map(''.join, zip(a, b)), sep='')
Success #stdin #stdout 0.04s 9372KB
stdin
abc
gfr
stdout
agbfcr