Maxime Sainte-Marie

11
reputation
2
import random

    def getDescription():
        attributives=['Computational','Digital']
        heads=['Social Scientist','Humanist']
        thisAttribute=random.choice(attributes)
        thisHead=random.choice(heads)
        return thisAttribute+thisHead