Why does the python home page think that 2 time 3 is 8??2 time 3 is 6....
And 17/3 is not 5....
saar central, or ironic retardposting? not good
>>109080833Worst thread on 4channel.
>>1090808332**3 also known as: 23 also known as 2x2x2 nigga is u trolling?
>>109080833It's not 2 times 3, it's 2 times times 3, which is 2 times 3 plus another 2, totaling up to 8.
>>109080935ah gotcha, just found that answer elsewhere too. thanks.
>>109080833* is the multiplication operator** is the exponentiation operator2 * 3 would be read 2 times 32 ** 3 would be read 2 to the power of 3, not 2 times 3.
why you feed troll
Thanks for the laughs. >>109080901That is quite an accomplishment then.
>>109080833I don't get it.What does ** even do?
>>109081817>What does ** even do?the absolute state of /g/, even /v/ is smarter nowadays
>>109081817It converts the number on the left into star energy.
The real question is why doesn't // mean the bth root of a in a // b
>>109080833% python3Python 3.14.5 (main, May 17 2026, 19:29:13) [GCC 16.1.1 20260516 0fba51e8f39b245a3c0c2b75dad2619ed749f320] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import math>>> math.pow(2,3)8.0
% python3Python 3.14.5 (main, May 17 2026, 19:29:13) [GCC 16.1.1 20260516 0fba51e8f39b245a3c0c2b75dad2619ed749f320] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import math>>> math.pow(2,3)8.0
>>109081817It's 2 to the power of 3 (2^3). ^ is not used because it means xor
>>109080833Maybe Python is too advanced for you, might I suggest eating crayons instead?
>everyone in this thread>look at these idiots. I'm just pretending to be retarded
>>109080935This answer was accepted as the solution.This thread will be locked in the next 10 minutes
>>109081817It dereferences the integer value at the literal virtual address 3 and then multiplies it with the literal constant 2, obviously. Do you even C?>inb4 3 is an integer literal not an integer pointer literalThat's when the python kicks in, chud.