+ 2
i dont get it
its getting hard because i don’t know the math like for example 5**5. i just learned that. didn’t get it in school. and% , /, // they confuse me too. and honestly didn’t expect so much math
4 Respostas
+ 4
5**5 is five to the power of five which means: 5*5*5*5*5
Another example. 3*4 = 3*3*3*3
% is modulus which is the remainder of a division operation
E.g. 7%3 = 1 becuase 7 goes into 3 twice and leaves one behind.
If you need more help i cannot recommend enough Khan academy as it has a full course. You should probably do most grades:
https://www.khanacademy.org/math
+ 1
thank you, this actually helped me alot
0
No problem happy coding and good luck
0
Learn maths. Seriously. All programmers use it a lot.