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 4c4b078 commit 5ae6810Copy full SHA for 5ae6810
3 files changed
Lib/test/gdb_sample.py
@@ -7,6 +7,6 @@ def bar(a, b, c):
7
baz(a, b, c)
8
9
def baz(*args):
10
- print(42)
+ id(42)
11
12
foo(1, 2, 3)
0 commit comments