atef ayadi

November 25, 1966, bulla regia
Send Message

mood-setting algorithm (for the nondancer, sex-text-only build)

#!/usr/bin/env python3
#if love is sharing the now, then
# -*- coding: utf-8 -*-
# magnetism is something else.
#spirituality is not religion or about region, and neither about french legion of honor.

def love_her():
rhythm = False
her_moves = {"dance": "none", "sex": "algorithm"}

while not rhythm:
try:
print(f"spotify_playlist = {her_moves['sex']}.wav")
print("volume = whisper_of_synthetic_sunsets")
print("bpm = 90 # slow enough to pretend it's intimate")

if her_moves["dance"] == "none":
raise ValueError("she only sways to the code")

except TypeError:
print("error: her hips don’t loop, they exit()")
break

finally:
print("compile_feelings() # returns: silence")

if __name__ == "__main__":
love_her() # executes once, then crashes.
# please understand
#crash and crashing is a wave thing.
#it could be a beach what i am talking about.
42 Total read