+ 5
What does * stand for
9 Respostas
+ 8
In python, it depends on where you use it. It this point, you only know about one usage, multiplication. 5*3 is five times three or fifteen (15.)
You probably won't understand a word of the following. But, just so you or others reading this have the information, I'm going to say it anyway. The other usage is varying argument lists to a function.
+ 5
* is both the multiplication operator i.e it multiplies two things...and in many language its also used to declare a pointer (a specific variable used to store memory address of another variable)
+ 3
42 (at least in ASCII)
+ 2
Wrong
+ 2
Good
+ 1
in Java it is multiplication plus it is used as a wildcard when importing utilities etc
+ 1
We'll done
+ 1
Got it correct
+ 1
Nice try mate