Computer Science, asked by keethan2127, 11 months ago

What is correct name of * operator available in Python?

Answers

Answered by SnehaG
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