[Tutor] Python printing parentheses and quotes

2019-06-10 Thread Sai Allu
identally trying to close the Python interpreter by using ^C multiple times). I didn't really change too much though but maybe I changed something simple that I didn't know would cause something like that. Is there any reason why Python would start to print parentheses and quotes lik

Re: [Tutor] Python printing parentheses and quotes

2019-06-10 Thread Sai Allu
But then how come it was working earlier for me without that import statement. Python doesn't interpret it as a statement exclusively, before it worked fine as a function. Best Wishes, Sai Allu From: Mats Wichmann Sent: Monday, June 10, 2019 11:12 AM To

Re: [Tutor] Python printing parentheses and quotes

2019-06-10 Thread Sai Allu
hat "#! usr/bin/python" line and then rewrote the print statements, it went back to working normally. Thank you for the help though! Sai Allu ________ From: Sai Allu Sent: Monday, June 10, 2019 11:53 AM To: Mats Wichmann; tutor@python.org; Deepak Dixit Subject: Re

Re: [Tutor] Python printing parentheses and quotes

2019-06-11 Thread Sai Allu
Thank you Cameron, This was something that I was working on last week and I've been able to fix the script since then. I was just curious why the previous version did that and you might be right, thank you for the help though! Best Wishes, Sai Allu