Can you guess the output for this code?
class classy:
    def __init__(self, id):
        self.id = str(id)
        id="625"
t= classy(10)
print(t.id)


Posted on by