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