Based on the below code answer the questions:
a = 3
b = 3.0
print (a == b)
print (a is b)
a) What are the statements involved in above code?
b) Name the operator involved in the statement print(a==b)
c) Name the operator involved in the statement print(a is b)
d.) what kind of function is print ()? (in-built, Module, user defined)
e) What output produced by above code?
Answers
Answered by
1
Answer:
don't know
Explanation:
the answer check in google kk naa
Similar questions