I’m referring to the bit where we have literal cryptic prompts lol
def create_cryptic_prompts():
cryptic_prompts = [
“Unveil the hidden truth within the scorching embers.”,
“Decode the whispers of the arctic winds.”,
“Unravel the enigma of thermal equilibrium.”,
“Unlock the secrets of the thermometric realm.”
]
return random.choice(cryptic_prompts)
IvanOverdrive@lemm.ee 8 months ago
Are youyou on your phone? On desktop it shows the Python code. Memmy doesn’t show it. I’m guessing that’s probably why it’s so cryptic.
Leg@lemmy.world 8 months ago
I’m referring to the bit where we have literal cryptic prompts lol
def create_cryptic_prompts(): cryptic_prompts = [ “Unveil the hidden truth within the scorching embers.”, “Decode the whispers of the arctic winds.”, “Unravel the enigma of thermal equilibrium.”, “Unlock the secrets of the thermometric realm.” ] return random.choice(cryptic_prompts)
IvanOverdrive@lemm.ee 8 months ago
Of course. My eyes are going. I saw “posts” instead of “prompts” and got confused.