Re: [Tutor] My code isn't working properly

2016-06-20 Thread Sopan Shewale
Yup! His problem must be indentation. Apart from him, everybody from mailing list is worried about his problem ;) Regards, On Mon, Jun 20, 2016 at 7:08 AM, boB Stepp <robertvst...@gmail.com> wrote: > On Mon, Jun 20, 2016 at 2:59 AM, Sopan Shewale <sopan.shew...@gmail.com> &

Re: [Tutor] My code isn't working properly

2016-06-20 Thread Sopan Shewale
check it here - http://textsnip.com/6bd6jh On Mon, Jun 20, 2016 at 1:01 AM, Alan Gauld via Tutor wrote: > On 20/06/16 08:16, Minhaj Ahmed via Tutor wrote: > > Hi,I'm studying Michael Dawsons 'Python programming for absolute > > beginners',in chapter 5,page 129,the author

Re: [Tutor] My code isn't working properly

2016-06-20 Thread Sopan Shewale
e=int(raw_input("Remove which score?: ")) if score in scores: scores.remove(score) else: print(score, "isnt in the high score list") elif choice=="4": scores.sort(reverse=True) else: print("