class fruit: def __init__(self,col): self.colour=col Apple=fruit("red")print(Apple.colour)
Standard input is empty
red
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!