@RWPhysics The middle 10 resistor is short-circuited by the red wire above it so it has no effect.
After the first 10 resistor from A, the circuit splits into two equal 10 resistors in parallel:
10 || 10 = 5
Then this is in series with the left 10 resistor:
Rab = 10 + 5 = 15 ohms
وقد روي عنه ﷺ أنه قال في هذا اليوم: "خير ال��عاء دعاء يوم عرفة، وخير ما قلت أنا والنبيون من قبلي لا إله إلا الله وحده لا شريك له، له الملك وله الحمد وهو على كل شيء قدير".
@ZetFarLeVraiTqt@PythonPr print() is outside the inner loop.
break exits the inner loop only then Python move to the next line:
print(i, j)
Check the indentation.
اللهُم في يوم التروية أروي قبور من فقدناهم ، اللهُم آنس وحشتهم و أرحم غربتهم وأجعلهم آمنين مطمئنين إلى يوم يبعثون ،اللهُم أروي ضمأهم بشربة من حوض نبيك ﷺ، و أجعل الجنة مستقرًا لهم
There is a solution but it’s not the ideal version I had in mind. And the most frustrating part is that all of this happened because of one simple mistake. I’ve been upset about it since yesterday.
2/2
Just venting:
Imagine working on a project for long hours, putting almost three days of pressure and effort into every part of it. Then yesterday because of one small calculation mistake, the whole organized structure of the work got messed up.
1/2
@engineers_feed The perimeter of a shape equals the sum of the lengths of all the shape’s sides
Perimeter = 12 + 12 + 10 + X + 10 + 8 + 8 - X
P = (12 + 12 + 10 + 10 + 8 + 8) + (X - X)
Since: X - X = 0
P = 12 + 12 + 10 + 10 + 8 + 8
P = 60