Re: Help w/ easy python problem

2005-09-22 Thread bruno modulix
[EMAIL PROTECTED] wrote: > I am very much a beginner to python. I have been working on writing a > very simple program and cannot get it and was hoping someone could help > me out. Basically i need to write a code to print a sin curve running > down the page from top to bottom. The trick is I ha

Re: Help w/ easy python problem

2005-09-22 Thread Mikael Olofsson
[EMAIL PROTECTED] wrote: > I am very much a beginner to python. I have been working on writing a > very simple program and cannot get it and was hoping someone could help > me out. Basically i need to write a code to print a sin curve running > down the page from top to bottom. The trick is I ha

Re: Help w/ easy python problem

2005-09-22 Thread Tomasz Lisowski
[EMAIL PROTECTED] napisaƂ(a): > Actually, it is not a sin curve i need to plot, it is dots running down > the page in the shape of a sin curve like this > > . > . >. > etc... > Seems, like a homework to me :-) Anyway, use the following hints: math.sin() is your sine function, ranging, fr

Re: Help w/ easy python problem

2005-09-21 Thread r2_r2
Actually, it is not a sin curve i need to plot, it is dots running down the page in the shape of a sin curve like this . . . etc... -- http://mail.python.org/mailman/listinfo/python-list

Re: Help w/ easy python problem

2005-09-21 Thread r2_r2
Actually, it is not a sin curve i need to plot, it is dots running down the page in the shape of a sin curve like this . . . etc... -- http://mail.python.org/mailman/listinfo/python-list