Message Turncoat in a DM to get moderator attention

Users Online(? lurkers):
2 / 32 posts
Posts: 4378
0 votes RE: words

 I asked ChatGPT to remake this as a code poem.  I had expected there to be a whole program from the poem, cohesively written, but that's probably a lot to expect.

ChatGPT said:
# squares boxes
for box in range(squares):
     print("box")

# tic tac toe
game_board = [
     ["X", "O", "X"],
     ["O", "X", "O"],
     ["X", "O", "X"]
]

# live and love
life = True
love = True

# secrets owned
hidden_secrets = []

# lights at night
if time_of_day == "night":
     turn_on_lights()

# dark and glow
if surroundings == "dark":
     make_it_glow()

# black and white
colors = ["black", "white"]

# secrets grow
hidden_secrets.append(new_secret)

# lines crossed
cross_lines()

# ex's and oh's
relationships = {
     "ex": "oh",
     "another_ex": "oh"
}

 I enjoyed some of its interpretations, particularly "hidden_secrets.append(new_secret)", which seemed a little cheeky (but ties in with "hidden_secrets = []" as a nice touch of cohesion).

Thrall to the Wire of Self-Excited Circuit.
last edit on 1/23/2024 5:41:05 PM
Posts: 2479
0 votes RE: words

Buttered Toast: do you enjoy living vicariously through others’ relationships.

Also I happen to know a song entitled as your Ex’s and Oh’s was performed at Grand Old Opry very recently by Elle King in which a drunken Elle King spewed invectives at the audience and was asked to leave the stage

last edit on 1/23/2024 6:44:36 PM
2 / 32 posts
This site contains NSFW material. To view and use this site, you must be 18+ years of age.