gaur3009 commited on
Commit
d964a37
·
verified ·
1 Parent(s): 9b91884

Create simulation.py

Browse files
Files changed (1) hide show
  1. agents/simulation.py +4 -0
agents/simulation.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import random
2
+
3
+ def simulate(hypothesis):
4
+ return random.choice(["Supports hypothesis", "Contradicts hypothesis", "Inconclusive"])