Computer Science, asked by ramsmedicine, 9 days ago

pls tell me the answers properly

Attachments:

Answers

Answered by nairyashas
1

Answer:

Output is : ism

Explanation:

We are printing the NAME variable so the contents for the variable is "ism" thats the answer  then .

Answered by allysia
1

Answer:

ism

Explanation:

Python uses dynamic typing.

If a varaible is set a value like here Nama ="ISM" and if you assign the same variable another value in later program (like Name ="ism") the value of the varaible is set to the final value which here is "ism".

In case you wanna confirm it, run it on an IDLE or look at the output in the attachment.

Attachments:
Similar questions