Guest User

Untitled

a guest
Oct 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. s = "".join(i+j for i, j in zip(u'パトカー', u'タクシー'))
  3. print(s)
Add Comment
Please, Sign In to add comment