Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36493 > unrolled thread
| Started by | kwakukwatiah@gmail.com |
|---|---|
| First post | 2013-01-09 15:03 -0600 |
| Last post | 2013-01-09 15:03 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
new to python and programming at large kwakukwatiah@gmail.com - 2013-01-09 15:03 -0600
| From | kwakukwatiah@gmail.com |
|---|---|
| Date | 2013-01-09 15:03 -0600 |
| Subject | new 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
Back to top | Article view | comp.lang.python
csiph-web