I don't understand it what is this ** | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

I don't understand it what is this **

16th Jan 2022, 1:14 PM
Eyad Mohammed
12 Answers
+ 2
In which language you are taking about? *only use most relavent tags.. Like language, description term...
16th Jan 2022, 1:20 PM
Jayakrishna 🇮🇳
+ 2
Mafdi I also cannot see his learning activities. It's a Sololearn bug. It happens many times.
16th Jan 2022, 5:26 PM
A͢J
A͢J - avatar
+ 2
* is use for sign of multiplication Exmp- 2*3=6 But when we use ** in codeing specialy in phthon it mens power Exmp- 2**3=8
18th Jan 2022, 9:59 AM
SK SANOWAR
+ 2
Exponentiation (bn) is the mathematical operation that multiples a number (b) a certain number of times (n) with itself. There are three ways to program that behaviour in Python. The power operator ( ** ) raises the left value to the power of the second value. For example: 2 ** 3 = 2 * 2 * 2 /2 **3/
18th Jan 2022, 12:49 PM
yonas
yonas - avatar
0
I don't understand your question. which programming language? can you show a code with it?
16th Jan 2022, 1:22 PM
Mafdi
Mafdi - avatar
0
Krishni he doesn't specify the language, it could be anything!
16th Jan 2022, 2:21 PM
Mafdi
Mafdi - avatar
0
Eyad Mohammed the answer to your question depends on the programming language and the context of how it is used. It could be: ** exponentiation ** declaration of double pointer ** double de-referenced pointer ** parameter conversion into dictionary ** dictionary argument conversion to params ** benign comment decoration ** syntax error Please be specific about which language you are thinking of and the context where you saw ** that prompted your question.
16th Jan 2022, 2:41 PM
Brian
Brian - avatar
0
Krishni I can't see what he is learning. my account is buggy.
16th Jan 2022, 4:00 PM
Mafdi
Mafdi - avatar
0
Specify the given language...
17th Jan 2022, 11:37 AM
Eneghalu Kosisochukwu
Eneghalu Kosisochukwu - avatar
0
As per my knowledge I know that the this keyword is basically used for refer the current object, as well by using the this keyword we can Differentiate which one is an instance variable most of the time when we are making constructor it is very helpful.
17th Jan 2022, 5:56 PM
Numan
Numan - avatar
0
For powers
18th Jan 2022, 4:37 AM
Rinshin k