Add all preamble
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import random
|
||||
|
||||
class InvestorPredictor():
|
||||
def is_investor(user: User) -> bool:
|
||||
return random.random() < 0.5
|
||||
Reference in New Issue
Block a user