Python Story and Notes

Python Unit

Story Synopsis

Jacob has been granted a once in a lifetime opportunity: being accepted as an intern at UCSD.
However, things do not go as smoothly as he had intended and runs into a relationship dilemma.
Jacob now needs your help.. he needs the expertise only you, an amazing individual, can provide.
Guide Jacob on his journey and see what is in his future.

Describe some programming concepts or structures you learned in this unit that you applied in your story.

I learned how to handle the situation when a user enters an invalid input. For example, my story
prompted the user to enter "Y" or "N" to select a choice. In order to make sure the story progresses as
programmed, I had to program the function to inform the user that their input is invalid, and then allow
the user to enter a new input in order to prevent an infinite loop of error messages.

Think back to other stories you read, identify one or two stories you particularly like? Why?

I do not remember the name of the story, but it had to do with Attack on Titan. This story was
incapable of progressing after the program prompts the user to select a character, which I found amusing
as it reminded me of when I had an infinite loop issue with my error message, which took a while to figure out
how to fix. Aside from the Attack on Titan story, I feel that "Friendzone" was a terrific story as it reflected
elements from my story in there as well. The internal struggles the protagonist goes through while deciding who to be
their other really made it an enjoyable read.

Python image credit to python.org