Re: [Tutor] (no subject)

2018-02-14 Thread Mats Wichmann
On 02/14/2018 05:42 PM, Alan Gauld via Tutor wrote: > On 14/02/18 19:18, Nathantheweird1 wrote: >> I'm having a problem with my code on an interactive story. All the choices >> work until the end. When the code reaches the end, it will print different >> functions that aren't even set to be called

Re: [Tutor] Pong code

2018-02-14 Thread Alan Gauld via Tutor
On 14/02/18 23:22, terrapin-tur...@lycos.com wrote: > > Alan, > > I know NOTHING of this program. > So how did you find it? What do you hope to do with it? BTW You sent this to me only,. you need to use Reply-All or Reply-List to include the tutor list. I've CCd the list in this response. >

Re: [Tutor] (no subject)

2018-02-14 Thread Alan Gauld via Tutor
On 14/02/18 19:18, Nathantheweird1 wrote: > I'm having a problem with my code on an interactive story. All the choices > work until the end. When the code reaches the end, it will print different > functions that aren't even set to be called in the code. I'm not sure what > I've done wrong and

[Tutor] (no subject)

2018-02-14 Thread Nathantheweird1
I'm having a problem with my code on an interactive story. All the choices work until the end. When the code reaches the end, it will print different functions that aren't even set to be called in the code. I'm not sure what I've done wrong and can't ask anyone for help because they're learning

Re: [Tutor] Pong code

2018-02-14 Thread Alan Gauld via Tutor
On 13/02/18 13:41, terrapin-tur...@lycos.com wrote: > Anyone know the pygame pong code and want to assist in a student learn > where the mistakes in the code reside? > > Yes, reply to this mail. That's not how it works. You post a question and the code and any error messages and we

[Tutor] Pong code

2018-02-14 Thread terrapin-turtle
Anyone know the pygame pong code and want to assist in a student learn where the mistakes in the code reside? Yes, reply to this mail. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options:

Re: [Tutor] Thanks for the advise to tutor! HTTP Error 400 resolved

2018-02-14 Thread cm
I have added below to the first line of the function and managed to ignore the space and solve it. Thank you for the hint! some_text=urllib.parse.quote_plus(some_text) On Tue, Feb 13, 2018 at 5:00 PM, wrote: > Send Tutor mailing list submissions to >