Writing Challenge Prompt #12 – A Machine’s Perspective

The Demons’ Code – T’s Machine Perspective Story – Cont.

14

import random

from demonSkill import character

from demonSkill import whisper

from demonSkill import valueUp

# The first step is to pick the people I want. I have no idea who comes out with
# the idea of 7 deadly sins and why people like them so much. 7 sins only? 7!
# Don’t you think it is ridiculous? What is wrong with gluttony? People just
# need to keep eating, and they can come to my kingdom? Then everyone
# believes I torture them with hunger. It’s nonsense! Who let them in?

for tester in allPeople:

            if character(tester, greatWish) == 1:

                        firstPick.append(tester) # Pick out the people who have will to do
# good.

for tester in firstPick:

            if character(tester, remarkable talents) == 1:

                        secondPick.append(tester) # Also pick out the people who have
# remarkable talents.

for tester in secondPick:

            if character(tester, kindHearts) ==1:

                    myGoal.append(tester) # Pick out the people who also have kind
# hearts. They would be valuable to God’s work. They are also my target. I don’t
# need to make their work more challenging because the way they will go is
# already hard enough, but I can make them feel someone else can quickly and
# easily achieve similar goals. To make them feel this way, I have to set up a
# measurement system to definite “success.”

socialMedia = valueUp(followers)

socialMedia = valueUp(income)

socialMedia = valueUp(customer) # Most people actually enjoy being judged.
# Feedback is valuable help them improve their work, but lots of works’ value
# cannot be constructively criticized at once. I will help them build a system
# with numbers that can show them their “value” directly. You’re welcome.
# Then I need some winners. Not by helping them achieve success. I will help
# them cheat this system to achieve a higher “value.”

Leave a comment