import random def simulate(hypothesis): return random.choice(["Supports hypothesis", "Contradicts hypothesis", "Inconclusive"])