Advertisement
n0nick

Untitled

May 7th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. def past_p1_sg(stem, root, vowels):
  2.     # kiteb; ktibt; past.p1.sg; vblex
  3.     return root[0] + root[1] + 'i' + root[2] + 't'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement