Can you guess the output of the following Python code??
class bunny:
x=2
y=2.2
z="hey"
c=bunny()
print (c.x)
print (c.z)
print(c.y)


Posted on by