PFP191_-_SU_2024_-_RE_2495.webp
vanbinh99

PFP191_-_SU_2024_-_RE_2495.webp

Kizspy | Question: 34
(Choose 1 answer)
FUOVERFL
What is the output of the following code?class Point:
def __init__(self, x = 0, y = 0):self.x = x self.y = y def_sub_(self, other):x = self.x + other.x y = self.y + other.y return Point(x,y)p1 = Point(3, 4)
p2 = Point(1, 2)result = p1-p2
print(result.x, result.y)
A. 22
B. 46
C. 00
D. 11

Thông tin

Category
PFP191
Thêm bởi
vanbinh99
Ngày thêm
Lượt xem
952
Lượt bình luận
9
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom