Re: Python Simple program

2014-01-18 Thread Roy Smith
In article <60955b74-7bc8-4c72-94e1-849015985...@googlegroups.com>, indar kumar wrote: > On Saturday, January 18, 2014 11:00:47 AM UTC-7, indar kumar wrote: > > Hello, I am a newbie. Can somebody help me write the code for following > > program? > > > > > > > > > > > > Write a program that

Re: Python Simple program

2014-01-18 Thread indar kumar
On Saturday, January 18, 2014 11:00:47 AM UTC-7, indar kumar wrote: > Hello, I am a newbie. Can somebody help me write the code for following > program? > > > > > > Write a program that takes student grades and prints out the GPA. The > information is input, one student per line in the forma

Re: Python Simple program

2014-01-18 Thread Roy Smith
In article , indar kumar wrote: > Hello, I am a newbie. Can somebody help me write the code for following > program? > > > Write a program that takes student grades and prints out the GPA. The > information is input, one student per line in the format: > ... > The number of students is n

Re: Python Simple program

2014-01-18 Thread Chris Angelico
On Sun, Jan 19, 2014 at 5:00 AM, indar kumar wrote: > Hello, I am a newbie. Can somebody help me write the code for following > program? > > > Write a program that takes student grades and prints out the GPA. The > information is input, one student per line in the format: > ... > The number

Python Simple program

2014-01-18 Thread indar kumar
Hello, I am a newbie. Can somebody help me write the code for following program? Write a program that takes student grades and prints out the GPA. The information is input, one student per line in the format:... The number of students is not known in advance. You should prompt the user for