This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
# chance_to_get_free = 0.3 # untrained | |
chance_to_get_free = 0.75 # exobrain | |
# From point of realizing I'm in a cycle and going to ChatGPT for advice | |
additional_days_spent_in_cycle = [] | |
for i in range(10_000_000): | |
for night_no in range(0, 6): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user: "kevin" | |
password: "shhh" |