What is the output of the following python code?
class Acc:
class
Acc:
def __init__(self, id):
def
__init__(
self
,
id
):
self.id = id
.
=
id = 555
555
acc = Acc(111)
acc
Acc(
111
)
print acc.id
print
acc.
Not registered? Create an account
Forgot Password?
Already a registered user? Login