class Value(object): def __init__(self, value): self.value = value y = Value(7)x = yx.value = 8print y.value
Standard input is empty
8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!