Re: [Tutor] Python HW question

2017-09-16 Thread Ben Finney
writes: > I really need some Python help. I’m a beginner and have some hw for > class: Welcome, and congratulations on beginning to learn Python! > Write a program that calculates longest substring of increasing > letters in st, say st=‘Supercalifragilisticexpialidocious’.

Re: [Tutor] Python HW question

2017-09-16 Thread Alan Gauld via Tutor
On 16/09/17 01:32, mikn...@gmail.com wrote: > I really need some Python help. I’m a beginner and have some hw for class: OK, Usual caveat: we don;t do your homework, just give hints. > Write a program that calculates longest substring of increasing letters in > st, say

[Tutor] Python HW question

2017-09-16 Thread miknau1
Good evening, I really need some Python help. I’m a beginner and have some hw for class: Write a program that calculates longest substring of increasing letters in st, say st=‘Supercalifragilisticexpialidocious’. Do it in a few steps: 1.Find longest increasing substring starting from 0th