+ 1
* or × ?
so I'm New to python. last time I was playing around in code playground I came across a wired error that puzzles me..what's the difference between '*' (star)and '×'(cross) operator in python? aren't both of them used for multiplication?
2 ответов
+ 9
*
+ 4
* it's pretty standar in almost (if not every) language for multiplication.