File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ \subsection{Interactive Mode}
213213
214214\bcode \begin {verbatim }
215215python
216- Python 1.1 (Oct 6 1994 )
217- Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
216+ Python 1.2 (Mar 14 1995 )
217+ Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
218218>>>
219219\end {verbatim }\ecode
220220
@@ -3062,7 +3062,7 @@ \subsection{New Operator Overloading}
30623062
30633063For example, here's a very simple class for representing times. Times
30643064are initialized from a number of seconds (like time.time()). Times
3065- are printed like this: \code {Thu Oct 6 14:20:06 1994 }. Subtracting
3065+ are printed like this: \code {Wed Mar 15 12:28:48 1995 }. Subtracting
30663066two Times gives their difference in seconds. Adding or subtracting a
30673067Time and a number gives a new Time. You can't add two times, nor can
30683068you subtract a Time from a number.
Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ \subsection{Interactive Mode}
213213
214214\bcode \begin {verbatim }
215215python
216- Python 1.1 (Oct 6 1994 )
217- Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
216+ Python 1.2 (Mar 14 1995 )
217+ Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
218218>>>
219219\end {verbatim }\ecode
220220
@@ -3062,7 +3062,7 @@ \subsection{New Operator Overloading}
30623062
30633063For example, here's a very simple class for representing times. Times
30643064are initialized from a number of seconds (like time.time()). Times
3065- are printed like this: \code {Thu Oct 6 14:20:06 1994 }. Subtracting
3065+ are printed like this: \code {Wed Mar 15 12:28:48 1995 }. Subtracting
30663066two Times gives their difference in seconds. Adding or subtracting a
30673067Time and a number gives a new Time. You can't add two times, nor can
30683068you subtract a Time from a number.
You can’t perform that action at this time.
0 commit comments