from collections import namedtuplePoint=namedtuple('Point',['x','y'])p=Point(1,2)print(p.x)# your code goes here# your code goes here
Standard input is empty
1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!