As I am sure you will be able tell, I am very new to programming, I am engineering student at University and I don't know where to go for help because I don't know how to diagnose the issue(s). I want this code to output the strings without quotation marks, parentheses, and the \n (I want a new line).
Attached are some images that may be helpful for solving this issue. When I run this program in Mac's Terminal, no parentheses, "\n", or quotation marks appear, it outputs as it should. Please respond if there is anything else you would require to solve this issue.
Thank you in advance, this is my first StackOverflow post.
Code: (https://i.stack.imgur.com/5O9Ob.png) Ouput: (https://i.stack.imgur.com/A8VzC.png)
I tried removing the parentheses and the parentheses from my print lines and this actually worked, but my professor requires them in order for the code to be readable and I like them there, it helps me stay organized. Plus, I know that it is supposed to work just fine because my Terminal did it no problem.