Consider the class below:
class cell: X_size = 10 Y_size = 10 world = np.zeros((X_size,Y_size))
I want to change the class above