Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #36494
| 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 | <kwakukwatiah@gmail.com> |
| 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 | <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.317.1357744016.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | 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 | Next — Next in thread | Find similar | Unroll 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