53.html
来自「国外python经典教材,python爱好者的首选」· HTML 代码 · 共 28 行
HTML
28 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Robots" content="INDEX,NOFOLLOW">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<TITLE>Safari | Python Essential Reference, Second Edition -> Order of Evaluation</TITLE>
<LINK REL="stylesheet" HREF="oreillyi/oreillyM.css">
</HEAD>
<BODY bgcolor="white" text="black" link="#990000" vlink="#990000" alink="#990000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" cellpadding=5 cellspacing=0 border=0 class="navtopbg"><tr><td><font size="1"><p class="navtitle"><a href="2.html" class="navtitle">Linux/Unix</a> > <a href="0735710910.html" class="navtitle">Python Essential Reference, Second Edition</a> > <a href="42.html" class="navtitle">4. Operators and Expressions</a> > <span class="nonavtitle">Order of Evaluation</span></p></font></td><td align="right" valign="top" nowrap><font size="1"><a href="main.asp?list" class="safnavoff">See All Titles</a></font></td></tr></table>
<TABLE width=100% bgcolor=white border=0 cellspacing=0 cellpadding=5><TR><TD>
<TABLE border=0 width="100%" cellspacing=0 cellpadding=0><TR><td align=left width="15%" class="headingsubbarbg"><a href="52.html" title="Object Equality and Identity"><font size="1">< BACK</font></a></td><td align=center width="70%" class="headingsubbarbg"><font size="1"><a href="popanote.asp?pubui=oreilly&bookname=0735710910&snode=53" target="_blank" title="Make a public or private annnotation">Make Note</a> | <a href="53.html" title="Use a Safari bookmark to remember this section">Bookmark</a></font></td><td align=right width="15%" class="headingsubbarbg"><a href="55.html" title="5. Control Flow"><font size="1">CONTINUE ></font></a></td></TR></TABLE>
<a href="5%2F28%2F2002+8%3A57%3A12+PM.html" TABINDEX="-1"><img src=images/spacer.gif border=0 width=1 height=1></a><font color=white size=1>155117184014003188065099048180054212144238241179195140058238110137104031089150149081137077</font><a href="read9.asp?bookname=0735710910&snode=53&now=5%2F28%2F2002+8%3A57%3A12+PM" TABINDEX="-1"><img src=images/spacer.gif border=0 width=1 height=1></a><br>
<FONT>
<h3>Order of Evaluation</h3>
<p><a HREF="53#2.html">Table 4.2</a> lists the order of operation (precedence rules) for Python operators. All operators except the power (<tt cLASS="monofont">**</tt>) operator are evaluated from left to right and are listed in the table from highest to lowest precedence. That is, operators listed first in the table are evaluated before operators listed later. (<i>Note:</i> Operators included together within subsections梥uch as <I><TT Class="monofont">x</tt></i>
<tt class="monofont"> * </tt><i><tt cLasS="monofont">y</tt></i>
, <I><tt clAss="monofont">x</tT></I>
<TT clasS="monofont"> / </TT><I><tt clASS="monofont">y</Tt></i>
, and <i><tT CLAss="monofont">x</tt></i>
<tt class="monofont"> % </tt><i><tt claSs="monofont">y</tT></i>
, have equal precedence.)</p>
<a Name="2"></a><P><tabLE BOrder="1" CELLspacING="0" CellpADDIng="1" width="100%">
<caption><h5>Table
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?