+ 1
What does asterisk means in python
What is exponentiation
6 Answers
+ 6
The asterisk "*" is used in Python to define a variable number of arguments. The asterisk character has to precede a variable identifier in the parameter list.
https://www.python-course.eu/python3_passing_arguments.php#:~:text=The%20asterisk%20%22*%22%20is%20used,identifier%20in%20the%20parameter%20list.&text=If%20the%20function%20is%20called,x%20is%20an%20empty%20tuple.
+ 2
Asterisk means multiplication
Exponentiation means raised to power...
There's this beautiful search icon on top of the q&a discussion section.
Nearly all the answers are there.
https://www.sololearn.com/discuss/1470887/?ref=app
https://www.sololearn.com/discuss/506803/?ref=app
https://www.sololearn.com/discuss/1331952/?ref=app
https://www.sololearn.com/discuss/1880404/?ref=app
https://www.sololearn.com/discuss/1864318/?ref=app
https://www.sololearn.com/discuss/1160564/?ref=app
+ 1
Oh! I thought as much. đđ˘đ˘đđ¨ đđĄđđ˛đđĽ the tag even said numeric operations (numbers).
+ 1
It means multiplication if it's single, and rise to the power if it's double.
0
What is exponentiation
0
Thanks very much