What does * stand for | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 5

What does * stand for

30th Jan 2018, 6:38 PM
Idowu Stella Ogunko
Idowu Stella Ogunko - avatar
9 Antworten
+ 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.
30th Jan 2018, 6:52 PM
John Wells
John Wells - avatar
+ 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)
31st Jan 2018, 6:42 PM
Cyberspace Cyborg
Cyberspace Cyborg - avatar
+ 3
42 (at least in ASCII)
30th Jan 2018, 8:08 PM
Vlad Serbu
Vlad Serbu - avatar
+ 2
Wrong
30th Jan 2018, 6:52 PM
Idowu Stella Ogunko
Idowu Stella Ogunko - avatar
+ 2
Good
30th Jan 2018, 6:53 PM
Idowu Stella Ogunko
Idowu Stella Ogunko - avatar
+ 1
in Java it is multiplication plus it is used as a wildcard when importing utilities etc
30th Jan 2018, 7:09 PM
Tim Millar
Tim Millar - avatar
+ 1
We'll done
30th Jan 2018, 7:26 PM
Idowu Stella Ogunko
Idowu Stella Ogunko - avatar
+ 1
Got it correct
30th Jan 2018, 7:26 PM
Idowu Stella Ogunko
Idowu Stella Ogunko - avatar
+ 1
Nice try mate
30th Jan 2018, 9:07 PM
Idowu Stella Ogunko
Idowu Stella Ogunko - avatar