3) What is the effect of # symbol in python? *
Answers
Answered by
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
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