Hello Dears,
1)I am trying to do this:
>>> dir(_builtins_)
I am getting this:
Traceback (most recent call last):
File "", line 1, in
dir(_builtins_)
NameError: name '_builtins_' is not defined
2)I am trying to do this:
>>> 'TTA',_add_('GGA')
Iam getting this :
Traceback
Hello Dears,
I solved the problem: There are two underscore key strokes required.
Marcus.
Hello Dears,
1)I am trying to do this:
>>> dir(_builtins_)
I am getting this:
Traceback (most recent call last):
File "", line 1, in
dir(_builtins_)
NameError: name '_builtins_' is not defi