Update betting.py

This commit is contained in:
Daniel
2022-11-09 10:08:19 +02:00
committed by GitHub
parent d366260b89
commit 024e5c3f59

View File

@@ -7,7 +7,6 @@ for _ in range(100000):
while x == 1:
nr_success += 1
x = random.randint(0, 1)
if nr_success > 1:
results.append(pow(2, nr_success))
print(statistics.mean(results))