# Introduction In this lab, you need to create a class named `Coordinate` with attributes `x` and `y`, and a method `add_coordinates()` to find the sum of two coordinates by creating objects, and then create two coordinate objects `c1` and `c2`.
Click the virtual machine below to start practicing