• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu
0

How this is done >>>(1+__)**2=16

pythonnumeric-operations
22nd Jun 2020, 7:06 AM
Divyansh Tripathi
Divyansh Tripathi - avatar
2 odpowiedzi
+ 3
Divyansh Tripathi ** is known as exponentiation value so 2**2 = 2 * 2 = 4 4**2 = 4 * 4 = 16 5**2 = 5 * 5 = 25 So (1 + 3) **2 = 4 * 4 = 16 https://kodify.net/JUMP_LINK__&&__python__&&__JUMP_LINK/math/exponents/#:~:text=The%20first%20way%20to%20raise,Python%20Docs%2C%20n.d.%20c).&text=The%20**%20operator%20returns%20a,0.0%20to%20a%20negative%20power.
22nd Jun 2020, 7:15 AM
A͢J
A͢J - avatar

Często masz takie pytania?

Ucz się bardziej efektywnie, za darmo:

  • Wprowadzenie do Pythona

    7.1M uczących się

  • Wprowadzenie do Java

    4.7M uczących się

  • Wprowadzenie do C

    1.5M uczących się

  • Wprowadzenie do HTML

    7.5M uczących się

Zobacz wszystkie kursy
Popularne dzisiaj
Functions in python
2 Votes
How to make a playground
1 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))[ by New logics algebraic way ]?
1 Votes
I need advice
1 Votes
Html 5 document question
1 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
Python
0 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Can you tell what is wrong with the code
0 Votes
Can someone explain inline and block elements please
0 Votes