Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7713ac2 commit d3ba10fCopy full SHA for d3ba10f
1 file changed
Doc/tut/tut.tex
@@ -1042,7 +1042,7 @@ \section{\keyword{if} Statements \label{if}}
1042
\keyword{if} statement. For example:
1043
1044
\begin{verbatim}
1045
->>> x = int(raw_input("Please enter a number: "))
+>>> x = int(raw_input("Please enter an integer: "))
1046
>>> if x < 0:
1047
... x = 0
1048
... print 'Negative changed to zero'
0 commit comments