Write the output of following code:>>> n1 = 5>>> n2 = n1>>> n2 is n1 - Study24x7
Social learning Network
13 Mar 2024 06:20 PM study24x7 study24x7

Write the output of following code:

>>> n1 = 5
>>> n2 = n1
>>> n2 is n1

A

True

B

False

C

Error

D

5

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles