Login
Remember
Register
Ask a Question
Find out the private data field among the following:
0
votes
asked
Aug 22, 2022
in
Python
by
Robindeniel
Find out the private data field among the following:
select the correct answer from below options
def __init__(self):
__m = 1
sel6)__n = 1
sel6)__o__ = 1
__p__= 1
1) __m
2) __n
3) __o__
4) __p__
python
data-type
method
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 22, 2022
by
Robindeniel
2) __n
...