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 92420b3 commit 7a0023eCopy full SHA for 7a0023e
1 file changed
Doc/library/functions.rst
@@ -456,7 +456,7 @@ are always available. They are listed here in alphabetical order.
456
n += 1
457
458
459
-.. function:: eval(expression, globals=None, locals=None)
+.. function:: eval(expression[, globals[, locals]])
460
461
The arguments are a string and optional globals and locals. If provided,
462
*globals* must be a dictionary. If provided, *locals* can be any mapping
0 commit comments