Question: Which of the following statement in Python language statement is the same as a=a//(b*c). O a//=(b*c) O a=//(b*c) O (b*c)//=a O a*=(b*c)
Which of the following statement in Python language statement is the same as a=a//(b*c). O a//=(b*c) O a=//(b*c) O (b*c)//=a O a*=(b*c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
