Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from random import choice
- def generate_random_names(*arg):
- for list in arg:
- print choice(list),
- p = ['lul', '2ch', 'sych']
- k = ['vasyan', 'btard', 'petooh']
- f = ['vasyanych', 'btardych', 'petoohich']
- t = ['pervyi', 'vtoroi', 'parashnyi']
- generate_random_names(p, k, f, t)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement