0
>>> x = 3 >>> num = 17 >>> print(num%x)
how to do this.??..can anyone help me..!!
2 Antworten
+ 1
The >>>'s mean 'type this in python interpreter and press enter'. If you use the code playground omit them and just use 3 lines.
- 2
var x=3
var num =17
print(num%x)
This should do it