PFP191_-_SP_2025_-_FE_3575.webp
Quang Minh1

PFP191_-_SP_2025_-_FE_3575.webp

Kizspy Question: 34
(Choose 1 answer)
RUUVERSLAW.COM
What is the output of the following code?
class Point:
def _init_(self, x = 0, y = 0):
self.x = x+1
self.y = y+1
p1 = Point()
print(p1.x, p1.y)
A. Initializes the class for use.
B. 00
C. 11
D. None None
E. Xy

Thông tin

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

Share this media

Back
Bên trên Bottom