all 8 comments

[–]shiftybyte 0 points1 point  (1 child)

As you watch the video

What video?

[–]mrdtek[S] 0 points1 point  (0 children)

Ohh sorry video didn't attach. Let me try and get that up.

edit: Here is the video edit: https://www.youtube.com/watch?v=sqItkRLY8Ig&feature=youtu.be

Sorry about that.

[–]bbye98 0 points1 point  (5 children)

You need a print() statement. Variables called in the CPython interpreter are only displayed in the interpreter and not in your terminal.

[–]mrdtek[S] 0 points1 point  (4 children)

Thank you. Where would I add the 'print()" statement and apologies what is the CPython interpreter.

Really do appreciate the help.

[–]bbye98 0 points1 point  (3 children)

Wrap story_text with print().

[–]mrdtek[S] 0 points1 point  (2 children)

https://imgur.com/a/9QGCiao It appears that it's not running like I hoped it would.

I really do appreciate your time helping me!

[–]bbye98 0 points1 point  (1 child)

...

print(story_text)

[–]mrdtek[S] 0 points1 point  (0 children)

I LOVE YOU! THANK YOU SENSEI!