Spaces:
Runtime error
Runtime error
File size: 132 Bytes
d964a37 |
1 2 3 4 |
import random
def simulate(hypothesis):
return random.choice(["Supports hypothesis", "Contradicts hypothesis", "Inconclusive"]) |