Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.81.MISMATCH!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'root': 0.04; 'compute': 0.09; 'def': 0.10; 'subject:python': 0.11; 'subject:programming': 0.16; 'math': 0.20; 'import': 0.21; 'help.': 0.22; 'function': 0.30; 'print': 0.32; 'received:74.125.82': 0.33; 'to:addr:python- list': 0.33; 'received:google.com': 0.34; 'received:74.125': 0.36; 'to:addr:python.org': 0.39; 'from:no real name:2**0': 0.60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:from:to:subject:date:mime-version :content-type:x-priority:x-msmail-priority:importance:x-mailer :x-mimeole; bh=ZAoK91WofcSY5JYXvkpwXK9esXwhItUqADYTr15f8lo=; b=QXsmYSXlIjBJ2xQ7QoppJpuLJ5pDRSEAMb+4C4UDhWuIj4bLVJ9IHL5DKm5zm+gY9J GsIoULm1vxQk2GRCGdxrtjK8AujIKdLz1XSs1YsaAQ4X6A6CAHHZUVbdB/ygeJ22/tAd IWil6gGKd0VzOrDBFjBaR3WgND2XTYur9O/wss8GNwIeUY8lIsW+2cEBktA/kP0u4Ykl JtkNaDUxPrq9Y1B77n9iVgX8kSjRrgAJjU35fHN9+QW8Ijg7+4nagEsE7wJfsj5H7FGR pLXJDXRM1WrR97u5pPnD3QYa56nRX6cnjdasEu3avYuWcKu2yVVPGjk8V40HpRwUkDMM Fwjw== X-Received: by 10.180.87.73 with SMTP id v9mr3751261wiz.26.1357744014653; Wed, 09 Jan 2013 07:06:54 -0800 (PST) From: kwakukwatiah@gmail.com To: Subject: new to python and programming at large Date: Wed, 9 Jan 2013 15:05:51 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0033_01CDEE7A.D03A60C0" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3508.1109 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3508.1109 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 52 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357744016 news.xs4all.nl 6885 [2001:888:2000:d::a6]:48480 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36494 This is a multi-part message in MIME format. ------=_NextPart_000_0033_01CDEE7A.D03A60C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 =3D sqrt(y) print x ------=_NextPart_000_0033_01CDEE7A.D03A60C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
pls  I want to write a function that can compute for the sqrt = root of=20 any number.bt it not working pls help.
from math import sqrt
def squareroot(self):
    x =3D sqrt(y)
    print=20 x
= ------=_NextPart_000_0033_01CDEE7A.D03A60C0--