0
Python language
solve this eqation
4 Answers
+ 1
this order is wrong
it should be
num = 17
x=3
print(num%x)
first you are supposed to declare the variables and then use them
here answer would be 2
The operator used here '%' is called modulus. It is used for getting remainder after division
eg 17%3 => 2 ie remainder
hope this was helpful
0
solve this equation and solution plz to learn me
0
hmm
0
thank you