saving . . . saved WHY WE USE ** AND WHEN IN IPYTHON3? has been deleted. WHY WE USE ** AND WHEN IN IPYTHON3? has been hidden .
WHY WE USE ** AND WHEN IN IPYTHON3?
Title
Question
WHY WE USE DOUBLE MULTIPLY SIGN  **  AND WHEN IN IPYTHON3

Python-3.4.3 Other-Types-Of-Plots 05-06 min 50-60 sec 27-05-21, 2:52 p.m. khandelwal35051

Answers:

** is used in python to find power of the numbers. For ex. 2**3 will be considered as 2 to the power 3 and the result will be 8.
24-06-21, 4:26 p.m. aditya94palaparthy@gmail.com


In the function, we use the double asterisk ** before the parameter name to denote this type of argument. The arguments are passed as a dictionary and these arguments make a dictionary inside function with name same as the parameter excluding double asterisk **.
Answer solved by DEVAKI.C IRTT Erode.
19-01-22, 11:29 a.m. devakiexplorer22@gmail.com


Log-in to answer to this question.