Question: what does this code do? python x=0 for i in range(10): ----for j in range(10): ------------x+=i*j print(x)
what does this code do? python
x=0
for i in range(10):
----for j in range(10):
------------x+=i*j
print(x)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
