we cannot use airthmetic operations with _____ class 6
Answers
Answered by
1
Answer:
Arithmetic operators are, operators which are used to perform arithmetic operations which mainly includes addition(+), multiplication(*), subtraction(-) and division(/).
We can use all these operators with any numerical values to perform calculations.
But we cannot use all these operators with string in python. We can only use selected arithmetic operators on a string like we can concatenate two string with the help of addition symbol.
E.g. ab+c =abc
Likewise, we can also multiply the stings by using multiplication symbol(*).
hope it helps
Happy learning : )
Similar questions