Computer Science, asked by adityakumart931, 7 months ago

Write any two examples of multiple assignment​

Answers

Answered by mehrunn581
0

Answer:

a=b=c=1

Explanation:

a,b,c=1,2 welcome

Answered by jubedabegum87355
0

Answer:

Multiple Assignment

  • Python allows you to assign a single value to several variables simultaneously. For example:
  • Here, an integer object is created with the value 1, and all three variables are assigned to the same memory location. ...
  • Here, two integer objects with values 1 and 2 are assigned to variables a and b.

Explanation:

I hope my answer is helpful take care of yourself and your family stay safe be happy and please follow

Similar questions