autopushed

This commit is contained in:
2023-10-15 01:24:53 +02:00
parent 3e8e22e0e2
commit 363818436a
+1 -1
View File
@@ -36,7 +36,7 @@ def rand(n):
for i in range(2, n+1):
r = random.randint(1, i)
if i == 2:
proof.append(f"You throw a fair coin and it lands [[{bool(r)}]].")
proof.append(f"You throw a fair coin and it lands [[{bool(r-1)}]].")
else:
proof.append(f"You throw a die of [[{i}]] sides and it comes up [[{r}]].")