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 ..." Newsgroups: comp.lang.python Subject: Phyton Date: Sat, 5 Mar 2016 15:41:25 +0000 Lines: 12 Message-ID: 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: 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; '>': 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104138 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 t= ax people whose salary is greater than R $ 1,200.00 I do not know how to mount the logical expression !!! It's like: salary =3D 1250 tax =3D Not True salary > 1200 or not tax ????