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 ed49c5e commit 3b71604Copy full SHA for 3b71604
2 files changed
Grammar/Grammar
@@ -77,8 +77,7 @@
77
# Start symbols for the grammar:
78
# single_input is a single interactive statement;
79
# file_input is a module or sequence of commands read from an input file;
80
-# expr_input is the input for the input() function;
81
-# eval_input is the input for the eval() function;
+# eval_input is the input for the eval() and input() functions;
82
# lambda_input is the input for the proposed lambda() function.
83
84
# NB: compound_stmt in single_input is followed by extra NEWLINE!
0 commit comments