Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3132bd

Browse files
committed
input() in this sense is gone
1 parent bfebb7b commit b3132bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Grammar/Grammar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Start symbols for the grammar:
1414
# single_input is a single interactive statement;
1515
# file_input is a module or sequence of commands read from an input file;
16-
# eval_input is the input for the eval() and input() functions.
16+
# eval_input is the input for the eval() functions.
1717
# NB: compound_stmt in single_input is followed by extra NEWLINE!
1818
single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE
1919
file_input: (NEWLINE | stmt)* ENDMARKER

0 commit comments

Comments
 (0)