Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36493 > unrolled thread

new to python and programming at large

Started bykwakukwatiah@gmail.com
First post2013-01-09 15:03 -0600
Last post2013-01-09 15:03 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  new to python and programming at large kwakukwatiah@gmail.com - 2013-01-09 15:03 -0600

#36493 — new to python and programming at large

Fromkwakukwatiah@gmail.com
Date2013-01-09 15:03 -0600
Subjectnew to python and programming at large
Message-ID<mailman.316.1357743881.2939.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

pls  I want to write a function that can compute for the sqrt root of any number.bt it not working pls help.
from math import sqrt
def squareroot(self):
    x = sqrt(y)
    print x

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web