Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36493
| From | kwakukwatiah@gmail.com |
|---|---|
| Subject | new to python and programming at large |
| Date | 2013-01-09 15:03 -0600 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.316.1357743881.2939.python-list@python.org> (permalink) |
[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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
new to python and programming at large kwakukwatiah@gmail.com - 2013-01-09 15:03 -0600
csiph-web