Re: [Tutor] Python36.dll

2018-02-02 Thread Steven D'Aprano
You should not be trying to copy Python.exe by hand, you should use the installer: https://www.python.org/downloads/release/python-364/ Use the installer and let it install Python to where it needs to go. If you still have problems, you will have to tell us how you are trying to start Python a

Re: [Tutor] Updates to web tutor

2018-02-02 Thread Alan Gauld via Tutor
On 15/11/17 17:41, Alan Gauld via Tutor wrote: Hopefully my last on this topic. I've just uploaded the new landing page for my web site. Aside from being more mobile friendly it also has a wider remit than before, being a gateway to more than just my programming tutorial. As ever feedback is app

Re: [Tutor] New Line Problem

2018-02-02 Thread Alan Gauld via Tutor
On 02/02/18 02:44, Anna Lapre wrote: > I am having a problem with creating a new line in a return statement for a > function. It has a mix of a bunch of strings and variables. Everything that > I want included will print, except for the new lines. I have tried "\n" but > with no luck. Do you have a

Re: [Tutor] New Line Problem

2018-02-02 Thread Peter Otten
Anna Lapre wrote: > I am having a problem with creating a new line in a return statement for a > function. It has a mix of a bunch of strings and variables. Everything > that I want included will print, except for the new lines. I have tried > "\n" but with no luck. Do you have any recommendations

[Tutor] New Line Problem

2018-02-02 Thread Anna Lapre
I am having a problem with creating a new line in a return statement for a function. It has a mix of a bunch of strings and variables. Everything that I want included will print, except for the new lines. I have tried "\n" but with no luck. Do you have any recommendations? Thanks. http://py3.codes