Computer Science, asked by StrangeStinkle, 2 months ago

3) What is the effect of # symbol in python? *

Answers

Answered by parveshkumar270762
6

Answer:

But in Python, as well as most other programming languages, it means something different. The % symbol in Python is called the Modulo Operator. It returns the remainder of dividing the left hand operand by right hand operand. It's used to get the remainder of a division problem.

Explanation:

hope it helps!!

Answered by Anonymous
3

Answer:

in Python, as well as most other programming languages, it means something different. The % symbol in Python is called the Modulo Operator. It returns the remainder of dividing the left hand operand by right hand operand. It's used to get the remainder of a division problem.

Explanation:

hope it helps!!

Similar questions