Computer Science, asked by rajivirai55, 5 months ago

*
8. 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)
O 00
O 11
Oxy​

Answers

Answered by Anonymous
0

Answer:

There are, broadly, two approaches to programming language implementation: compilation and interpretation. It is generally possible to implement a language using either technique. The output of a compiler may be executed by hardware or a program called an interpreter.

Answered by Vanshika4721
2

Hii I will help you ✌️

=] There are, broadly, two approaches to programming language implementation: compilation and interpretation. It is generally possible to implement a language using either technique. The output of a compiler may be executed by hardware or a program called an interpreter.

Similar questions