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


Groups > comp.lang.python > #104138

Phyton

Path csiph.com!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!feedme.news.telefonica.de!telefonica.de!fu-berlin.de!uni-berlin.de!not-for-mail
From "Diego ..." <diegopinder@hotmail.com>
Newsgroups comp.lang.python
Subject Phyton
Date Sat, 5 Mar 2016 15:41:25 +0000
Lines 12
Message-ID <mailman.245.1457273767.20602.python-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de vCTxu/EikZHbH3/kPE1cnQaxLLPtmZj5h3IJG8mCi0tg==
Return-Path <diegopinder@hotmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.040
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'exercise': 0.03; '33,': 0.16; 'break-word;': 0.16; 'inherit;': 0.16; 'pre-wrap;': 0.16; 'received:65.55.111.135': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'word-wrap:': 0.16; '1200': 0.18; 'skip:! 10': 0.18; '&gt;': 0.18; 'to:name:python-list@python.org': 0.20; 'logical': 0.22; 'position:': 0.22; 'question': 0.27; '!important;': 0.29; 'hidden;': 0.29; 'relative;': 0.29; 'says': 0.32; 'skip:d 20': 0.34; 'should': 0.36; 'to:addr:python-list': 0.36; 'received:10': 0.37; 'to:addr:python.org': 0.40; 'color:': 0.60; 'determine': 0.61; 'width:': 0.63; 'height:': 0.66; 'hello!': 0.66; 'margin-top:': 0.66; '1250': 0.84; '16px': 0.84; 'received:10.152': 0.84
Thread-Topic Phyton
Thread-Index AQHRdvV4MigsTRV+wk2dsyP7sBPgSg==
Accept-Language pt-BR, en-US
Content-Language pt-BR
X-MS-Has-Attach
X-MS-TNEF-Correlator
authentication-results spf=softfail (sender IP is 25.152.64.59) smtp.mailfrom=hotmail.com; python.org; dkim=none (message not signed) header.d=none;python.org; dmarc=fail action=none header.from=hotmail.com;
received-spf SoftFail (protection.outlook.com: domain of transitioning hotmail.com discourages use of 25.152.64.59 as permitted sender)
x-ms-exchange-messagesentrepresentingtype 1
x-tmn [NMtR72RBxgCCHoiI/XYJ0nJicX6JqzNA]
x-eopattributedmessage 0
x-forefront-antispam-report CIP:25.152.64.59; CTRY:GB; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(10019020)(98900003); DIR:OUT; SFP:1102; SCL:1; SRVR:SN1NAM01HT125; H:CO2PR19MB0042.namprd19.prod.outlook.com; FPR:; SPF:SoftFail; MLV:ovrnspm; A:1; MX:1; LANG:en;
x-ms-office365-filtering-correlation-id ef705ce9-f577-4b73-8459-08d3450c9c6e
x-microsoft-antispam UriScan:; BCL:0; PCL:0; RULEID:(5061506196)(5061507196); SRVR:SN1NAM01HT125;
x-exchange-antispam-report-cfa-test BCL:0; PCL:0; RULEID:(432015012)(82015046); SRVR:SN1NAM01HT125; BCL:0; PCL:0; RULEID:; SRVR:SN1NAM01HT125;
x-forefront-prvs 087223B4DA
X-OriginatorOrg hotmail.com
X-MS-Exchange-CrossTenant-originalarrivaltime 05 Mar 2016 15:41:25.5159 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader Internet
X-MS-Exchange-CrossTenant-id 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa
X-MS-Exchange-Transport-CrossTenantHeadersStamped SN1NAM01HT125
X-OriginalArrivalTime 05 Mar 2016 15:41:26.0502 (UTC) FILETIME=[7A847060:01D176F5]
X-Mailman-Approved-At Sun, 06 Mar 2016 09:16:06 -0500
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:104138

Show key headers only | View raw


Hello! I have a question in an exercise that says : Write an expression to determine whether a person should or should not pay tax . Consider paying tax people whose salary is greater than R $ 1,200.00

I do not know how to mount the logical expression !!!

It's like:

salary = 1250
tax = Not True
salary > 1200 or not tax ????

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Phyton "Diego ..." <diegopinder@hotmail.com> - 2016-03-05 15:41 +0000
  Re: Phyton marco.nawijn@colosso.nl - 2016-03-06 07:28 -0800
    Re: Phyton BartC <bc@freeuk.com> - 2016-03-06 15:33 +0000
    Re: Phyton Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-06 17:05 +0000
      Re: Phyton Steven D'Aprano <steve@pearwood.info> - 2016-03-07 10:14 +1100
        Re: Phyton Larry Martell <larry.martell@gmail.com> - 2016-03-06 18:19 -0500
        Re: Phyton Chris Angelico <rosuav@gmail.com> - 2016-03-07 10:28 +1100
      Re: Phyton marco.nawijn@colosso.nl - 2016-03-06 22:45 -0800
        Re: Phyton Chris Angelico <rosuav@gmail.com> - 2016-03-07 18:57 +1100
    Re: Phyton Ian Kelly <ian.g.kelly@gmail.com> - 2016-03-06 10:20 -0700
    Re: Phyton Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-06 19:30 +0000

csiph-web