Num
'''This is multiple line comment.
this is second line
this is third line
'''
#this is comment
x=1
print(id(x))
y=1.0
print(id(y))
z=1.00
print(id(z))INFO
'''This is multiple line comment.
this is second line
this is third line
'''
#this is comment
x=1
print(id(x))
y=1.0
print(id(y))
z=1.00
print(id(z))