@@ -25,7 +25,7 @@ class Point():
if int == type(new_y):
self.__y = new_y
elif float == type(new_y):
self.__x = int(new_y)
self.__y = int(new_y)
else:
raise Exception(self, "Type of y has to be int")
def get_y(self):
The note is not visible to the blocked user.