What is correct name of * operator available in Python?
Answers
Answered by
0
Operators are special symbols in Python that carry out arithmetic or logical computation. The value that the ... Greater than or equal to - True if left operand is greater than or equal to the right, x >= y .... It operates bit by bit, hence the name.
Similar questions