Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import itertools
- for i in itertools.product(["Scientist,", "Frog,", "Non-Binary,", "Magic User,", "Elf,", "Superhero,", "Comrade,", "Mafia,", "Robot,", "Dancer,"], ["Cast Fireball,", "Predict the Future,", "Tinker,", "Crime,", "Morph,", "The Art of the Deal,", "Do Cartography,", "Supersoldier Serum,", "Program 1000101%,", "Be Lucky,"], ["Speak,", "Bluff,", "Dexterity,", "Art,", "Act Efficiently,", "Flatter,", "Operate Vehicles,", "Stay Healthy,", "Win Rock/Paper/Scissors,", "Weightlift,"], ["Own a Business,", "Set a World Record,", "Volunteer,", "Max Wanted Level,", "Catch a Shiny,", "Be The King of all Londinium,", "Do a Barrel Roll,", "Go Feral,", "Organize a Cult,", "Save the World,"]):
- print (i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement