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


Groups > comp.lang.python > #36494

new to python and programming at large

From kwakukwatiah@gmail.com
Subject new to python and programming at large
Date 2013-01-09 15:05 -0600
Newsgroups comp.lang.python
Message-ID <mailman.317.1357744016.2939.python-list@python.org> (permalink)

Show all headers | View raw


[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 | NextNext in thread | Find similar | Unroll thread


Thread

new to python and programming at large kwakukwatiah@gmail.com - 2013-01-09 15:05 -0600
  Re: new to python and programming at large Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-01-09 17:06 +0100

csiph-web