File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11% Format this file with latex.
22
3- \documentstyle [times, myformat]{report}
3+ \documentstyle [myformat]{report}
44
55\title {\bf
66 Python Tutorial
@@ -176,7 +176,7 @@ \section{Invoking the Interpreter}
176176
177177Note that there is a difference between `` {\tt python file}'' and
178178`` {\tt python $ <$ file}'' . In the latter case, input requests from the
179- program, such as calls to {\tt input()} and {\tt raw \_ input ()}, are
179+ program, such as calls to {\tt input()} and {\tt raw_input ()}, are
180180satisfied from {\em file}. Since this file has already been read
181181until the end by the parser before the program starts executing, the
182182program will encounter EOF immediately. In the former case (which is
@@ -1494,7 +1494,7 @@ \section{More on Modules}
14941494\end {verbatim }\ecode
14951495%
14961496This imports all names except those beginning with an underscore
1497- ({\tt \ _ }).
1497+ ({\tt _}).
14981498
14991499\section {Standard Modules }
15001500
Original file line number Diff line number Diff line change 11% Format this file with latex.
22
3- \documentstyle [times, myformat]{report}
3+ \documentstyle [myformat]{report}
44
55\title {\bf
66 Python Tutorial
@@ -176,7 +176,7 @@ \section{Invoking the Interpreter}
176176
177177Note that there is a difference between `` {\tt python file}'' and
178178`` {\tt python $ <$ file}'' . In the latter case, input requests from the
179- program, such as calls to {\tt input()} and {\tt raw \_ input ()}, are
179+ program, such as calls to {\tt input()} and {\tt raw_input ()}, are
180180satisfied from {\em file}. Since this file has already been read
181181until the end by the parser before the program starts executing, the
182182program will encounter EOF immediately. In the former case (which is
@@ -1494,7 +1494,7 @@ \section{More on Modules}
14941494\end {verbatim }\ecode
14951495%
14961496This imports all names except those beginning with an underscore
1497- ({\tt \ _ }).
1497+ ({\tt _}).
14981498
14991499\section {Standard Modules }
15001500
You can’t perform that action at this time.
0 commit comments