Computer Science, asked by meenatchis1373, 5 months ago

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 jai696
3

\huge{\mathtt{{\blue{\boxed{\tt{\pink{\orange{A}\purple{n}\blue{s}\red{w}\green{e}\pink{r᭄}}}}}}}}

  1. True
  2. False
  3. Identity operator
  4. in-built
  5. True & False

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions