Help with if statement
Jikosan
jikosan at myrealbox.com
Sun Jan 11 17:37:25 EST 2004
"Paul Rubin" <http://phr.cx@NOSPAM.invalid> wrote in message
news:7xk73y8eet.fsf at ruckus.brouhaha.com...
Thanks Paul. I so far have only been learning Python from the tutorial and
greatly appreciate your tips.
|
| > #Convert pi and N to log10 and write to a file to graph on Excel.
|
| Why are you going to graph log(N) vs log(pi)? Do you expect them
| to have an exponential relationship? If not, log(N) vs pi, instead
| of log(pi), may make more sense.
Because my professor wants us to graph it log(N) vs log(pi).
Actually, it's log [P(N) - pi/4] vs log N. I misread the question again last
night.
More information about the Python-list
mailing list